OR-Tools  9.6
bop_types.h File Reference

Go to the source code of this file.

Classes

struct  BopConstraintTerm
 

Namespaces

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

Typedefs

typedef absl::StrongVector< SparseIndex, BopConstraintTerm > BopConstraintTerms
 

Enumerations

enum class  BopSolveStatus {
  OPTIMAL_SOLUTION_FOUND , FEASIBLE_SOLUTION_FOUND , NO_SOLUTION_FOUND , INFEASIBLE_PROBLEM ,
  INVALID_PROBLEM
}
 

Functions

 DEFINE_STRONG_INDEX_TYPE (ConstraintIndex)
 
 DEFINE_STRONG_INDEX_TYPE (EntryIndex)
 
 DEFINE_STRONG_INDEX_TYPE (SearchIndex)
 
 DEFINE_STRONG_INDEX_TYPE (TermIndex)
 
 DEFINE_STRONG_INDEX_TYPE (VariableIndex)
 
 DEFINE_STRONG_INT64_TYPE (SolverTimeStamp)
 
std::string GetSolveStatusString (BopSolveStatus status)
 
std::ostream & operator<< (std::ostream &os, BopSolveStatus status)
 
 DEFINE_STRONG_INDEX_TYPE (SparseIndex)