-
Notifications
You must be signed in to change notification settings - Fork 50
Description
Describe the bug
"""
/tmp/conda-bld-output/bld/rattler-build_libmps-parser/work/cpp/tests/mip/feasibility_jump_tests.cu:177: Failure
Value of: solution.get_feasible()
Actual: false
Expected: true
rmatr200-p5.mps is unexpectedly infeasible
/tmp/conda-bld-output/bld/rattler-build_libmps-parser/work/cpp/tests/mip/feasibility_jump_tests.cu:178: Failure
Expected: (solution.get_user_objective()) <= (obj_target), actual: 7074 vs 7000.0001000000002
rmatr200-p5.mps objective 7074 exceeds target 7000.0001000000002
/tmp/conda-bld-output/bld/rattler-build_libmps-parser/work/cpp/tests/mip/feasibility_jump_tests.cu:229: Failure
Value of: run_fj_check_objective(instance, iter_limit, obj_target)
Actual: false
Expected: true
[ FAILED ] MIPSolveTest/MIPSolveParametricTest.feasibility_jump_obj_test/11, where GetParam() = ("rmatr200-p5.mps", 7000, 10000) (1330 ms)
"""
https://github.com/NVIDIA/cuopt/actions/runs/16327568708/job/46125788637?pr=213#step:10:2359
Steps/Code to reproduce bug
Test in CI fails more frequently
Expected behavior
Test should pass
Currently these tests are disabled
std::make_tuple("50v-10.mps", 7800, 100000),
std::make_tuple("fiball.mps", 140, 25000),
std::make_tuple("rmatr200-p5.mps", 7000, 10000),