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

One variable with long long int domain. One constraint. Very very long compile time. #210

Open
DannyGeist opened this issue Jan 15, 2025 · 2 comments

Comments

@DannyGeist
Copy link

var -536870912..536870912: helloworld_str2_cpu_id;
constraint helloworld_str2_cpu_id != 0;
solve satisfy;

@zayenz
Copy link

zayenz commented Jan 15, 2025

Are you compiling with -O5? That mode is dependent on the size of the domains.

@DannyGeist
Copy link
Author

No. -O5 is slow on big mzn models

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

2 participants