ipab-slmc / exotica

Extensible Optimization Framework
https://ipab-slmc.github.io/exotica
BSD 3-Clause "New" or "Revised" License
151 stars 70 forks source link

Switch to single Scene instance per problem #22

Closed VladimirIvan closed 7 years ago

VladimirIvan commented 8 years ago

Replace std::mapstd::string,exotica::Scene_ptr with just exotica::Scene_ptr.

This variable and corresponding getters/setters appear in a lot of depending source files - refactor accordingly.

VladimirIvan commented 7 years ago

Fixed in #36