Go to the source code of this file.
|
| 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.
|
|
◆ active_tuples_
◆ arity_
◆ holes_
std::vector<IntVarIterator*> holes_ |
|
protected |
◆ iterators_
std::vector<IntVarIterator*> iterators_ |
|
protected |
◆ kNextStatePosition
const int kNextStatePosition |
|
static |
◆ kStatePosition
◆ kTransitionTupleSize
const int kTransitionTupleSize |
|
static |
◆ masks_
std::vector<std::vector<uint64> > masks_ |
|
protected |
◆ temp_mask_
std::vector<uint64> temp_mask_ |
|
protected |
◆ to_remove_
std::vector<int64> to_remove_ |
|
protected |
◆ tuple_count_
◆ vars_
const std::vector<IntVar*> vars_ |
|
protected |
◆ word_length_