6 #ifndef realroot_variables_hpp
7 #define realroot_variables_hpp
76 std::string&
let(
int i,
const std::string& s);
99 template<
class OSTREAM>
static OSTREAM&
109 #endif // realroot_variables_hpp
std::string & let(int i, const std::string &s)
Assign the variable of index i to be s.
Definition: variables.cpp:37
std::map< int, std::string > _var_of_index
Definition: variables.hpp:69
variables(const char *s)
Construction the list of variables from a string of the form "a b c ...".
Definition: variables.hpp:74
variables & operator=(const char *s)
Assign a set of variables from a string of the form "a b c ...".
Definition: variables.cpp:45
std::string operator[](int i)
Return the variable of index i.
Definition: variables.cpp:12
int _nbvar
Definition: variables.hpp:67
std::map< std::string, int > _index_of_var
Definition: variables.hpp:68
int size() const
Definition: variables.hpp:91
int nbvar() const
Definition: variables.hpp:90
static OSTREAM & print(OSTREAM &os, const C &c, const variables &Var)
Definition: variables.hpp:100
const C & c
Definition: Interval_glue.hpp:45
variables()
Definition: variables.hpp:71
double C
Definition: solver_mv_fatarcs.cpp:16
int Var(const T &v)
Definition: sign_variation.hpp:161
Definition: variables.hpp:65
Definition: variables.hpp:98