OR-Tools  9.3
trace.cc File Reference

Go to the source code of this file.

Namespaces

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

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 440 of file trace.cc.

◆ displayed

bool displayed

Definition at line 399 of file trace.cc.

◆ in_constraint

bool in_constraint

Definition at line 436 of file trace.cc.

◆ in_decision

bool in_decision

Definition at line 438 of file trace.cc.

◆ in_decision_builder

bool in_decision_builder

Definition at line 437 of file trace.cc.

◆ in_demon

bool in_demon

Definition at line 435 of file trace.cc.

◆ in_objective

bool in_objective

Definition at line 439 of file trace.cc.

◆ indent

int indent

Definition at line 434 of file trace.cc.

◆ initial_indent

int initial_indent

Definition at line 433 of file trace.cc.

◆ message

std::string message

Definition at line 398 of file trace.cc.