GepocUS / Spcies

Suite of Predictive Controllers for Industrial Embedded Systems. A Matlab toolbox for automatic code generation of solvers for MPC controllers.
Apache License 2.0
14 stars 2 forks source link

Add some way of checking the options that have been used to generate the solver #36

Open pablokrupa opened 1 year ago

pablokrupa commented 1 year ago

The toolbox allows the user to not include all options in the structures provided to spcies_gen_options(). Any non-provided option is given a default value. It would be useful for the user to have some way of receiving a copy (or some verbose) indicating which options were used, so that he/she can check that the correct options were used.