call_and_output_CVX_MATLAB
- compas_tno.solvers.call_and_output_CVX_MATLAB(form, problem, eng, printout=False)[source]
Call and output the loadpath optimisation with CVX from MATLAB
- Parameters
form (::class:: FormDiagram) – The form Diagram of the analysis
problem (::class:: Problem) – The Problem with relevant matrices and vectors
eng (matlab.engine) – The matlab engine initiated to call the analysis
printout (bool, optional) – Whether or not print results, by default False
- Returns
obj (dict) – Dictionary with the returned values from the convex optimisation.