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
optimize with get_reduced_costs=True now works with new per_position setting of construct_lp_problem. It was not setting per_position=True, causing an error
Allow calling other solvers using model.optimize(solver=solver)
Corrected annotation of solver functions
Extended solver flag across troubleshooting. Should not import qwarmLP when using gurobi instead of qminos
Fixed overall compatibility with MacOS. MacOS can run without qminos installed and only with gurobi.