Skip to content

5.0.0-beta.1 - setting Settings.init().setLCG(true) JUnit case doesn't work #1176

@axkr

Description

@axkr

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)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions