![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <functional>#include <iostream>#include <ostream>#include <string>#include <vector>#include "absl/strings/string_view.h"#include "google/protobuf/repeated_ptr_field.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. | |
Typedefs | |
| using | operations_research::math_opt::MessageCallback = std::function<void(const std::vector<std::string>&)> |
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) |