Limbo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Typedefs
LpDataBase.h File Reference

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...
 

Namespaces

 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
 

Detailed Description

Database for Lp parser.

Author
Yibo Lin
Date
Oct 2014

Definition in file LpDataBase.h.