Pyomo: Collect variable bounds, obj_coeff, value, type

This commit is contained in:
2021-04-11 16:21:31 -05:00
parent 6b15337e4c
commit 3cfadf4e97
6 changed files with 164 additions and 69 deletions

View File

@@ -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(