![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include "ortools/math_opt/cpp/message_callback.h"#include <algorithm>#include <memory>#include <ostream>#include <string>#include <vector>#include "absl/base/thread_annotations.h"#include "absl/strings/string_view.h"#include "absl/synchronization/mutex.h"#include "absl/types/span.h"#include "google/protobuf/repeated_field.h"#include "google/protobuf/repeated_ptr_field.h"#include "ortools/base/logging.h"#include "ortools/base/source_location.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. | |
| namespace | operations_research::math_opt |
| An object oriented wrapper for quadratic constraints in ModelStorage. | |
Functions | |
| MessageCallback | operations_research::math_opt::PrinterMessageCallback (std::ostream &output_stream, const absl::string_view prefix) |
| MessageCallback | operations_research::math_opt::InfoLoggerMessageCallback (const absl::string_view prefix, const absl::SourceLocation loc) |
| MessageCallback | operations_research::math_opt::VLoggerMessageCallback (int level, absl::string_view prefix, absl::SourceLocation loc) |
| MessageCallback | operations_research::math_opt::VectorMessageCallback (std::vector< std::string > *sink) |
| MessageCallback | operations_research::math_opt::RepeatedPtrFieldMessageCallback (google::protobuf::RepeatedPtrField< std::string > *sink) |