mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 01:18:52 -06:00
Add _gurobipy suffix to all build_model functions
This commit is contained in:
@@ -62,7 +62,7 @@ def test_usage_stab(
|
||||
stab_pyo_h5: List[str],
|
||||
default_extractor: FeaturesExtractor,
|
||||
) -> None:
|
||||
for (h5, build_model) in [
|
||||
for h5, build_model in [
|
||||
(stab_pyo_h5, build_stab_model_pyomo),
|
||||
(stab_gp_h5, build_stab_model_gurobipy),
|
||||
]:
|
||||
|
||||
@@ -56,7 +56,7 @@ def test_usage_tsp(
|
||||
tsp_pyo_h5: List[str],
|
||||
default_extractor: FeaturesExtractor,
|
||||
) -> None:
|
||||
for (h5, build_model) in [
|
||||
for h5, build_model in [
|
||||
(tsp_pyo_h5, build_tsp_model_pyomo),
|
||||
(tsp_gp_h5, build_tsp_model_gurobipy),
|
||||
]:
|
||||
|
||||
Reference in New Issue
Block a user