Upper bound limit on CP-SAT: MODEL_INVALID #4353
Answered
by
lperron
acheong08
asked this question in
CP-SAT questions
-
What version of OR-Tools and what language are you using? 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? 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.
Answered by
lperron
Aug 21, 2024
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
Answer selected by
acheong08
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the expected behavior.
The activity of a linear constraint cannot overflow an int64_t.