PmpSolver

solver = PmpSolver.<MemberName>

Enumeraton class object used for setting the PMP solver type during code generation through PmpRunCodeGen.

PmpSolver values

Value

Description

discrete

Fixed-step solver for system with only discrete states.

ode1

Fixed-step, explicit numerical solver based on the Euler integration method.

ode3

Fixed-step, explicit solver based on the 3rd-order Bogacki-Shampine formula.

Output: PmpSolver