OR-Tools  8.1
constraint_solver/table.cc File Reference

Go to the source code of this file.

Namespaces

 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.
 

Variable Documentation

◆ a

int64 a

Definition at line 42 of file constraint_solver/table.cc.

◆ active_tuples_

uint64 active_tuples_
protected

Definition at line 384 of file constraint_solver/table.cc.

◆ arity_

const int arity_
protected

Definition at line 222 of file constraint_solver/table.cc.

◆ b

int64 b

Definition at line 43 of file constraint_solver/table.cc.

◆ holes_

std::vector<IntVarIterator*> holes_
protected

Definition at line 224 of file constraint_solver/table.cc.

◆ iterators_

std::vector<IntVarIterator*> iterators_
protected

Definition at line 225 of file constraint_solver/table.cc.

◆ kNextStatePosition

const int kNextStatePosition
static

Definition at line 1143 of file constraint_solver/table.cc.

◆ kStatePosition

const int kStatePosition
static

Definition at line 1142 of file constraint_solver/table.cc.

◆ kTransitionTupleSize

const int kTransitionTupleSize
static

Definition at line 1144 of file constraint_solver/table.cc.

◆ masks_

std::vector<std::vector<uint64> > masks_
protected

Definition at line 385 of file constraint_solver/table.cc.

◆ temp_mask_

std::vector<uint64> temp_mask_
protected

Definition at line 386 of file constraint_solver/table.cc.

◆ to_remove_

std::vector<int64> to_remove_
protected

Definition at line 226 of file constraint_solver/table.cc.

◆ tuple_count_

const int tuple_count_
protected

Definition at line 221 of file constraint_solver/table.cc.

◆ vars_

const std::vector<IntVar*> vars_
protected

Definition at line 223 of file constraint_solver/table.cc.

◆ word_length_

int64 word_length_
protected

Definition at line 383 of file constraint_solver/table.cc.