bjodah / pycvodes

Python wrapper around cvodes (from the sundials library)
BSD 2-Clause "Simplified" License
35 stars 5 forks source link

Support for SetConstraints in sundials>=3.2.0 (#101) #102

Closed bjodah closed 5 years ago

bjodah commented 5 years ago
bjodah commented 5 years ago

Does this look alright to you @spcornelius ? (the number of arguments passed to simple_adaptive & simple_predefined is getting out of hand, but I'll defer addressing that for now).