coin-or / minotaur

Minotaur Toolkit for Mixed-Integer Nonlinear Optimization
https://minotaur-solver.github.io/
Other
68 stars 21 forks source link

Shared pointers #15

Closed ashutoshmahajan closed 4 years ago

ashutoshmahajan commented 7 years ago

Do not use boost shared pointers for all objects. Only those where it is important.

ashutoshmahajan commented 4 years ago

Fixed.