Upper bound limit on CP-SAT: MODEL_INVALID #4353
Unanswered
acheong08
asked this question in
CP-SAT questions
Replies: 1 comment
-
This is the expected behavior. The activity of a linear constraint cannot overflow an int64_t. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What version of OR-Tools and what language are you using?
Version: 9.10.4067
Language: Python
Which solver are you using (e.g. CP-SAT, Routing Solver, GLOP, BOP, Gurobi)
CP-SAT
What operating system (Linux, Windows, ...) and version?
Linux (Fedora 40)
What did you do?
Set upper bound of
IntVar
to100_000_000_000_000
What did you expect to see
Tell me the upper bound is too high and the maximum possible upper bound
What did you see instead?
Beta Was this translation helpful? Give feedback.
All reactions