ADMIT documentation: ADMIToptions: SIMULATE

ADMIToptions: SIMULATE

Specifies options for simulations using local NLP solvers.

SIMULATE.toleranceFeasibility [positive double {1e-8}]
  All constrains must be satisfied to the specified tolerance 
SIMULATE.solver.name [string {'fsolve'}]
  Specifies the function that is called to solve NLPs for simulation;
  currently only Matlab's fsolve is suported.
SIMULATE.solver.options [cell array of strings 
                             {'Display','off','TolFun',1e-8,'TolX',1e-8}
  Options that are passed to solver-function