OR-Tools  9.3
linear_programming_constraint.h File Reference

Go to the source code of this file.

Classes

struct  LinearProgrammingConstraintLpSolution
 
struct  LPSolveInfo
 
class  ScatteredIntegerVector
 
class  LinearProgrammingConstraint
 
class  LinearProgrammingDispatcher
 
class  LinearProgrammingConstraintCollection
 

Namespaces

namespace  operations_research
 Collection of objects used to extend the Constraint Solver library.
 
namespace  operations_research::sat
 

Functions

CutGenerator CreateStronglyConnectedGraphCutGenerator (int num_nodes, const std::vector< int > &tails, const std::vector< int > &heads, const std::vector< Literal > &literals, Model *model)
 
CutGenerator CreateCVRPCutGenerator (int num_nodes, const std::vector< int > &tails, const std::vector< int > &heads, const std::vector< Literal > &literals, const std::vector< int64_t > &demands, int64_t capacity, Model *model)