Optimiser.create_lp_optimiser

classmethod Optimiser.create_lp_optimiser(solver='CLARABEL', printout=False, plot=False, max_iter=500)

Create a loadpath optimisation optimiser to be sent with instructions to the Analysis.

Parameters:
formFormDiagram

_description_

shapeShape

The shape cconstraining the problem

printoutbool, optional

Whether or not prints appear in the creen, by default False

plotbool, optional

Whether or not plots showing intermediate states appear, by default False

max_iterint, optional

Maximum number of itetations, by default 500

Returns:
Optimiser

The Optimiser object

Raises:
ValueError

If solver is not one of: “CLARABEL”, “MOSEK”, “CVXPY”.