startingpoint_loadpath
- compas_tno.problems.startingpoint_loadpath(form, problem=None, find_inds=False, solver_convex='CLARABEL', printout=False, **kwargs)
Built-in function to optimise the loadpath considering diagram fixed projection.
- Parameters:
- form
FormDiagram
The form diagram to compute the loadpath
- problem
Problem
, optional The problem classs with the matrices relevant of the problem, by default None
- find_indsbool, optional
If independents need to be found before the loadpath computation, by default False
- solver_convexstr, optional
Solver to use, by default CLARABEL. Options are “CLARABEL”, “MOSEK” or “CVXOPT”. Note: “MOSEK” and “CVXOPT” are not available in the default installation of TNO.
- printoutbool, optional
If prints about the optimisation data should appear in the screen, by default False
- form
- Returns:
- problemProblem
The class with the main matrices of the problem