mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 09:28:51 -06:00
simulate_perfect: Do not overwrite original file
This commit is contained in:
@@ -134,7 +134,8 @@ def test_drop_redundant_with_check_dropped():
|
||||
solver, internal, instance, classifiers = _setup()
|
||||
|
||||
component = DropRedundantInequalitiesStep(
|
||||
check_dropped=True, violation_tolerance=1e-3
|
||||
check_feasibility=True,
|
||||
violation_tolerance=1e-3,
|
||||
)
|
||||
component.classifiers = classifiers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user