google / or-tools

Google's Operations Research tools:
https://developers.google.com/optimization/
Apache License 2.0
11.1k stars 2.11k forks source link

CpModel run crash while using 9.10 #4275

Closed sendreams closed 3 months ago

sendreams commented 3 months ago

What version of OR-Tools and what language are you using? Version: 9.10 Language: java

Which solver are you using (e.g. CP-SAT, Routing Solver, GLOP, BOP, Gurobi) CP-SAT

What operating system (Linux, Windows, ...) and version? windows server 2022

What did you do? Steps to reproduce the behavior: using the testing code in https://developers.google.cn/optimization/assignment/assignment_example?hl=zh-cn#complete_programs_2 run AssignmentSat class will made crash.

What did you expect to see

What did you see instead?

Make sure you include information that can help us debug (full error message, model Proto).

Anything else we should know about your project / environment

lperron commented 3 months ago

Already answered. Look at 9.10 release notes on GitHub.