|
|
delpi
0.0.1
DElta-complete LP solver
|
Namespace containing all the utility functions to interact with the QSopt_ex solver. More...
Classes | |
| class | MpqArray |
| A wrapper around an array of mpq_t elements. More... | |
Functions | |
| mpq_class * | StringToMpqPtr (const std::string &str) |
| Convert a string to a mpq_class. | |
| mpq_class | StringToMpq (const std::string &str) |
| Convert a string to a mpq_class. | |
| mpq_class * | CStringToMpqPtr (const char str[]) |
| Convert a C-string to a mpq_class. | |
| mpq_class | CStringToMpq (const char str[]) |
| Convert a string to a mpq_class. | |
Namespace containing all the utility functions to interact with the QSopt_ex solver.
| mpq_class delpi::qsopt_ex::CStringToMpq | ( | const char | str[] | ) |
Convert a string to a mpq_class.
| str | C-string representation of a rational number |
Definition at line 25 of file qsopt_ex.cpp.
| mpq_class * delpi::qsopt_ex::CStringToMpqPtr | ( | const char | str[] | ) |
Convert a C-string to a mpq_class.
| str | C-string representation of a rational number |
Definition at line 17 of file qsopt_ex.cpp.
| mpq_class delpi::qsopt_ex::StringToMpq | ( | const std::string & | str | ) |
Convert a string to a mpq_class.
| str | string representation of a rational number |
Definition at line 16 of file qsopt_ex.cpp.
| mpq_class * delpi::qsopt_ex::StringToMpqPtr | ( | const std::string & | str | ) |
Convert a string to a mpq_class.
| str | string representation of a rational number |
Definition at line 15 of file qsopt_ex.cpp.