run_loadpath_from_form_MATLAB
- compas_tno.solvers.run_loadpath_from_form_MATLAB(form, problem=None, find_inds=False, printout=False)[source]
- Run convex optimisation problem with MATLAB directly from the Form Diagram
OBS: Requires installation of CVX and MATLAB.
- 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 (dict) – Dictionary with the returned values from the convex optimisation.