mario.set_linear_solver#
- mario.set_linear_solver(solver: str)#
Set the default backend used by solve-based demand-driven formulas.
- Parameters:
solver – Linear solver backend name. The currently supported value is
"scipy".
Notes
This setting only affects solve-based IOT/SUT formulas. It has no effect on the explicit-inverse path used to build the
w/wcc/waaLeontief inverse matrices directly.