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