f_min_thrust
- compas_tno.problems.f_min_thrust(variables, problem)
Objective function to minimise the horizontal thrust
- Parameters:
- variablesarray (k x 1)
Variables to pass to the function.
- M
Problem
The class with necessary matrices, or arguments, to compute the objective function
- Returns:
- ffloat
The value of the objective function.