run_loadpath_from_form_CVXPY

compas_tno.solvers.run_loadpath_from_form_CVXPY(form, problem=None, find_inds=False, printout=False)[source]

Run convex optimisation problem with CVXPY directly from the Form Diagram OBS: Requires installation of CVXPY and MOSEK

Parameters
  • form (FormDiagram) – FormDiagram object with form containing full information.

  • problem (Problem, optional) – The problem with matrices of interest, by default None

  • find_inds (bool, optional) – Whether or not independents must be computed before the analysis, by default False

  • printout (bool, optional) – Whether or not print results, by default False

Returns

obj (analysis) – Analysis object optimised.