9 #include "../../core/Variable.h" 
   10 #include <poly/poly.h> 
   11 #include <poly/polynomial_context.h> 
   12 #include <poly/assignment.h> 
   19 class LPAssignment : 
public Singleton<LPAssignment> {
 
   20     friend Singleton<LPAssignment>;
 
   22     lp_assignment_t lp_assignment;
 
carl is the main namespace for the library.
std::map< Variable, T > Assignment
auto & get(const std::string &name)