Closed ZhouC-J closed 5 years ago
I'm trying to run a CP example in Python 3.6, but there is an error : Solver version 12.8.0.0 is lower than model format version 12.9.0.0. How can I change the defaut version to 12.8.0.0?
I've solved the problem, I just add the line: cp.set_format_version('12.8.0.0') before cp.solve(). I'm sorry to bother you
I'm trying to run a CP example in Python 3.6, but there is an error : Solver version 12.8.0.0 is lower than model format version 12.9.0.0. How can I change the defaut version to 12.8.0.0?