We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using the development environment defined in misc/packaging/flake.nix, one of the tests in stdlib/cp/solve.mc fails with
misc/packaging/flake.nix
stdlib/cp/solve.mc
** 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.
COIN-BC 2.10/1.17
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using the development environment defined in
misc/packaging/flake.nix
, one of the tests instdlib/cp/solve.mc
fails withAfter 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.The text was updated successfully, but these errors were encountered: