OR-Tools  8.2
bop_types.h File Reference

Go to the source code of this file.

Classes

struct  BopConstraintTerm
 

Namespaces

namespace  operations_research
 The vehicle routing library lets one model and solve generic vehicle routing problems ranging from the Traveling Salesman Problem to more complex problems such as the Capacitated Vehicle Routing Problem with Time Windows.
 
namespace  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_INT_TYPE (ConstraintIndex, int)
 
 DEFINE_INT_TYPE (EntryIndex, int)
 
 DEFINE_INT_TYPE (SearchIndex, int)
 
 DEFINE_INT_TYPE (TermIndex, int)
 
 DEFINE_INT_TYPE (VariableIndex, int)
 
 DEFINE_INT_TYPE (SolverTimeStamp, int64_t)
 
std::string GetSolveStatusString (BopSolveStatus status)
 
std::ostream & operator<< (std::ostream &os, BopSolveStatus status)
 
 DEFINE_INT_TYPE (SparseIndex, int)