OR-Tools  8.1
trace.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.
 

Functions

 ABSL_FLAG (bool, cp_full_trace, false, "Display all trace information, even if the modifiers has no effect")
 
PropagationMonitor * BuildPrintTrace (Solver *const s)
 

Function Documentation

◆ ABSL_FLAG()

ABSL_FLAG ( bool  ,
cp_full_trace  ,
false  ,
"Display all trace  information,
even if the modifiers has no effect"   
)

Variable Documentation

◆ delayed_info

std::vector<Info> delayed_info

Definition at line 437 of file trace.cc.

◆ displayed

bool displayed

Definition at line 396 of file trace.cc.

◆ in_constraint

bool in_constraint

Definition at line 433 of file trace.cc.

◆ in_decision

bool in_decision

Definition at line 435 of file trace.cc.

◆ in_decision_builder

bool in_decision_builder

Definition at line 434 of file trace.cc.

◆ in_demon

bool in_demon

Definition at line 432 of file trace.cc.

◆ in_objective

bool in_objective

Definition at line 436 of file trace.cc.

◆ indent

int indent

Definition at line 431 of file trace.cc.

◆ initial_indent

int initial_indent

Definition at line 430 of file trace.cc.

◆ message

std::string message

Definition at line 395 of file trace.cc.