Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance DC Inference to add basic AGM #7

Open
kylebd99 opened this issue Feb 15, 2024 · 0 comments
Open

Enhance DC Inference to add basic AGM #7

kylebd99 opened this issue Feb 15, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@kylebd99
Copy link
Owner

Motivation: We currently have no way of taking cycles into account properly. For example, we can't recover the N^1.5 bound on triangles. However, we can recover the N^2 bound on 4-cycles, so it's not that bad.

I'd rather avoid using an explicit linear programming approach here if possible. One way to do this would be to add an explicit inference rule for triangles of DCs. This would probably handle the vast majority of cases here.

@kylebd99 kylebd99 added the enhancement New feature or request label Feb 15, 2024
@kylebd99 kylebd99 self-assigned this Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant