Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CP solver test fails when using nix flake based development environment #825

Open
br4sco opened this issue Mar 6, 2024 · 0 comments
Open

Comments

@br4sco
Copy link
Contributor

br4sco commented Mar 6, 2024

When using the development environment defined in misc/packaging/flake.nix, one of the tests in stdlib/cp/solve.mc fails with

 ** Unit test FAILED: </tmp/miking/stdlib/cp/solve.mc 330:0-337:77> **
    LHS: ['\n','v','a','r',' ','i','n','t',':',' ','x',';','\n','s','o','l','v','e',' ','m','a','x','i','m','i','z','e',' ','x',';','\n']
    RHS: {status = COPSolve_COPUnbounded {}, solutions = []}
    Using: eqTest
  { vCOPSolve_solverOptionsDefault
      {}
    with
    solver =
      "coinbc" }
  false
  [ "x" ] 

After discussing with @lingmar this test should pass with COIN-BC 2.10/1.17 which currently has the same version in the nix unstable channel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant