jump-dev / Pajarito.jl

A solver for mixed-integer convex optimization
Mozilla Public License 2.0
131 stars 22 forks source link

copy cont and mip solvers in solver.jl in case modify options #325

Closed chriscoey closed 7 years ago

chriscoey commented 7 years ago

better to copy them in solver.jl instead of in tests (cancel #324). users may get confused if they are solving multiple problems with the same solver object as options can be modified inside pajarito.

fixes #323