mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-08 10:28:52 -06:00
Switch to Gurobi by default
This commit is contained in:
@@ -22,7 +22,7 @@ class LearningSolver:
|
||||
|
||||
def __init__(self,
|
||||
threads=4,
|
||||
parent_solver=pe.SolverFactory('cbc'),
|
||||
parent_solver=pe.SolverFactory('gurobi'),
|
||||
ws_predictor=KnnWarmStartPredictor(),
|
||||
mode="exact"):
|
||||
self.parent_solver = parent_solver
|
||||
|
||||
Reference in New Issue
Block a user