|
Limbo 3.5.4
|
Database for Lp parser. More...
#include <string>#include <vector>#include <iostream>#include <fstream>#include <sstream>#include <cassert>#include <limits>#include <limbo/math/Math.h>Go to the source code of this file.
Classes | |
| struct | LpParser::Term |
| a term denotes coefficient times a variable More... | |
| class | LpParser::LpDataBase |
| Base class for lp database. Only pure virtual functions are defined. User needs to inheritate this class and derive a custom database type with all callback functions defined. More... | |
| class | LpParser::vector |
Namespaces | |
| namespace | LpParser |
| namespace for LpParser | |
Typedefs | |
| typedef std::vector< int64_t > | LpParser::IntegerArray |
| integer array | |
| typedef std::vector< std::string > | LpParser::StringArray |
| string array | |
| typedef std::vector< Term > | LpParser::TermArray |
| array of terms | |
| typedef int | LpParser::int32_t |
| typedef unsigned int | LpParser::uint32_t |
| typedef long | LpParser::int64_t |