Reformat; remove unused imports

This commit is contained in:
2024-01-28 20:47:16 -06:00
parent 8c2c45417b
commit d2faa15079
4 changed files with 15 additions and 29 deletions

View File

@@ -120,7 +120,7 @@
" extractor=H5FieldsExtractor(instance_fields=[\"static_var_obj_coeffs\"]),\n",
" constructor=MergeTopSolutions(k=3, thresholds=[0.25, 0.75]),\n",
" action=EnforceProximity(3),\n",
")\n"
")"
]
},
{
@@ -175,7 +175,7 @@
" ),\n",
" extractor=AlvLouWeh2017Extractor(),\n",
" action=SetWarmStart(),\n",
")\n"
")"
]
},
{
@@ -230,7 +230,7 @@
" instance_fields=[\"static_var_obj_coeffs\"],\n",
" ),\n",
" action=SetWarmStart(),\n",
")\n"
")"
]
},
{
@@ -263,7 +263,7 @@
"# Configures an expert primal component, which reads a pre-computed\n",
"# optimal solution from the HDF5 file and provides it to the solver\n",
"# as warm start.\n",
"comp = ExpertPrimalComponent(action=SetWarmStart())\n"
"comp = ExpertPrimalComponent(action=SetWarmStart())"
]
}
],