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
From the Apr 29 working session meeting notes (paraphrased):
Solver should be passed as argument to (FIXME: which function/class?) by clients
Possible "80/20" solution to provide good flexibility without too many headaches on our side: supporting HasSolveMethod | str | Callable[[], SolverFactory]
has .solve() method: use directly
str: call SolverFactory
callable: call it
The text was updated successfully, but these errors were encountered:
From the Apr 29 working session meeting notes (paraphrased):
HasSolveMethod | str | Callable[[], SolverFactory]
.solve()
method: use directlystr
: callSolverFactory
callable
: call itThe text was updated successfully, but these errors were encountered: