mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 09:28:51 -06:00
Pyomo: Collect variable bounds, obj_coeff, value, type
This commit is contained in:
@@ -92,7 +92,7 @@ def test_parallel_solve(
|
||||
for instance in instances:
|
||||
data = instance.training_data[0]
|
||||
assert data.solution is not None
|
||||
assert len(data.solution.keys()) == 4
|
||||
assert len(data.solution.keys()) == 5
|
||||
|
||||
|
||||
def test_solve_fit_from_disk(
|
||||
|
||||
Reference in New Issue
Block a user