Optimiser.set_constraints
- Optimiser.set_constraints(constraints=[])[source]
Set the constraints for the problem.
- Parameters
constraints ([str], optional) – List wihth the names of the constraints to activate, by default [] For a list of possible constraints functions see [link].
- Returns
None – Optimiser is modified in place