Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <sstream>
#include <string>
#include <vector>
#include "absl/strings/str_join.h"
#include "absl/strings/string_view.h"
#include "ortools/math_opt/cpp/variable_and_expressions.h"
#include "ortools/util/fp_roundtrip_conv.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. | |
namespace | operations_research::math_opt::internal |
Functions | |
template<typename SosConstraint > | |
std::string | operations_research::math_opt::internal::SosConstraintToString (SosConstraint constraint, absl::string_view sos_type_name) |