Try to use 5.0.0-beta.1.
If I'm setting Settings.init().setLCG(true) to the model here:
The following JUnit case doesn't work anymore:
@Test
public void testIssue685() {
check("Solve({a*b + c == 2020, a + b*c == 2021},{a,b,c},Integers)", //
"{{a->673,b->2,c->674},{a->2021,b->0,c->2020}}");
}
Is there a method to decide then to use Settings.init().setLCG(true)?