Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
trace.cc File Reference
#include <algorithm>
#include <cmath>
#include <cstdint>
#include <stack>
#include <string>
#include <utility>
#include <vector>
#include "absl/flags/flag.h"
#include "absl/log/check.h"
#include "absl/strings/str_format.h"
#include "absl/strings/str_join.h"
#include "ortools/base/logging.h"
#include "ortools/constraint_solver/constraint_solver.h"
#include "ortools/constraint_solver/constraint_solveri.h"

Go to the source code of this file.

Namespaces

namespace  operations_research
 OR-Tools root namespace.

Functions

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

Function Documentation

◆ ABSL_FLAG()

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