Sets the linear multi-step method used for solving the ODE.
Possible values are Adams for the Adams-Moulton method and BDF for backward differentiation formulas.
Adams
BDF
The default value is Adams.
std::string
Used in no end-to-end test cases.