Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <limits>
#include <string>
#include <vector>
#include "ortools/math_opt/model.pb.h"
#include "ortools/math_opt/model_update.pb.h"
#include "ortools/math_opt/storage/atomic_constraint_storage.h"
#include "ortools/math_opt/storage/linear_expression_data.h"
#include "ortools/math_opt/storage/model_storage_types.h"
Go to the source code of this file.
Classes | |
struct | operations_research::math_opt::SecondOrderConeConstraintData |
struct | operations_research::math_opt::AtomicConstraintTraits< SecondOrderConeConstraintId > |
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. | |