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

SCIP not detecting symmetry in MINLP #27

Closed
Joao-Dionisio opened this issue Sep 14, 2022 · 0 comments
Closed

SCIP not detecting symmetry in MINLP #27

Joao-Dionisio opened this issue Sep 14, 2022 · 0 comments

Comments

@Joao-Dionisio
Copy link

I have a simple model that has obvious symmetry. Solving the model for whatever number of Power Transformers, should be no more difficult than solving the model for just one, as the solution of one can be copied to the others. SCIP does not detect symmetry in this MINLP.

These are the variables:
image

These are the constraints:
image

For PTs = [1,2,3] (so, for 3 Power Transformers), we get the following message:
image

If we solve the model for 1 Power Transformer, we get this result:
image

For 3 Power Transformers, we get this:
image

Notice that the solution for 3 Transformers is 3 times the solution for 1, as it should be. (The variables are also the same) You can find the code here: not_detecting_symmetry.zip

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