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

Diamond tiling helper function cone complement hyperplane doesn't have a GLPK path #76

Open
bondhugula opened this issue Jun 1, 2020 · 0 comments

Comments

@bondhugula
Copy link
Owner

bondhugula commented Jun 1, 2020

When diamond tiling is enabled, the ILP used by find_cone_complement_hyperplane doesn't have a path through GLPK - it always uses either ISL or PIP irrespective of whether --glpk is specified. Moreover, there isn't even a method pluto_constraints_lexmin_glpk (consistent with the isl/pip-based methods for lexmin) although there is a pluto_prog_constraints_lexmin_glpk and pluto_fcg_constraints_solve_glpk.

Not using GLPK in some cases can lead to high solver time or overflows with ISL or PIP.

Test case reported by: Hengjie on [email protected].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant