Test out new feature for bounds ``` optionssol.detect_simple_bounds = true; % (default = false) opti.solver('ipopt',optionssol); sol = opti.solve(); (edited) ```