这是indexloc提供的服务,不要输入任何密码
Skip to content

[BUG] Cpp test fail on feasibility jump test for "rmatr200-p5.mps" #214

@rgsl888prabhu

Description

@rgsl888prabhu

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions