Generated on: Thu Mar 29 07:46:58 PDT 2012 for custom file set
// doxy/ or-tools/ src/ linear_solver/

or-tools/src/linear_solver/linear_solver.h File Reference

#include "base/hash.h"
#include <limits>
#include <string>
#include <vector>
#include "base/commandlineflags.h"
#include "base/integral_types.h"
#include "base/logging.h"
#include "base/macros.h"
#include "base/scoped_ptr.h"
#include "base/timer.h"
#include "base/strutil.h"
#include "base/sparsetable.h"

Go to the source code of this file.

Namespaces

namespace  operations_research

Classes

class  operations_research::MPSolver
 This mathematical programming (MP) solver class is the main class though which users build and solve problems. More...
class  operations_research::MPObjective
 A class to express a linear objective. More...
class  operations_research::MPVariable
 The class for variables of a Mathematical Programming (MP) model. More...
class  operations_research::MPConstraint
 The class for constraints of a Mathematical Programming (MP) model. More...
class  operations_research::MPSolverParameters
 This class stores parameter settings for LP and MIP solvers. More...
class  operations_research::MPSolverInterface
 This class wraps the actual mathematical programming solvers. More...