You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mip start in HiGHS_CMD and SCIP_PY
GUROBI solver with environment handling
added COPT solver
added gurobi, highs, xpress, copt to github actions
cbc arm binary
fixes to SCIPS
took out deprecations in arguments
added `timeMode` argument for counting cbc wall-time. (#487)
* added `timeMode` argument for counting cbc wall-time.
* bump pypi version and history
* increased the timeLimit and added seed to be sure to pass the test.
make explicit inits for all solvers with standard interface. (#326)
* make explicit inits for all solvers with standard interface.
* new changes to apis. Took out warmStart from the core object and into optionsDict.
* bump version
* fixes #280