Google OR-Tools v9.11
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
 In SWIG mode, we don't want anything besides these top-level includes.
 

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"  )

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Variable Documentation

◆ delayed_info

std::vector<Info> delayed_info

Definition at line 439 of file trace.cc.

◆ displayed

bool displayed

Definition at line 398 of file trace.cc.

◆ in_constraint

bool in_constraint

Definition at line 435 of file trace.cc.

◆ in_decision

bool in_decision

Definition at line 437 of file trace.cc.

◆ in_decision_builder

bool in_decision_builder

Definition at line 436 of file trace.cc.

◆ in_demon

bool in_demon

Definition at line 434 of file trace.cc.

◆ in_objective

bool in_objective

Definition at line 438 of file trace.cc.

◆ indent

int indent

Definition at line 433 of file trace.cc.

◆ initial_indent

int initial_indent

Definition at line 432 of file trace.cc.

◆ message

std::string message

Definition at line 397 of file trace.cc.