Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include "ortools/math_opt/solver_tests/test_models.h"
#include <memory>
#include <vector>
#include "absl/log/check.h"
#include "absl/strings/str_cat.h"
#include "ortools/math_opt/cpp/math_opt.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 | |
std::unique_ptr< Model > | operations_research::math_opt::SmallModel (const bool integer) |
std::unique_ptr< Model > | operations_research::math_opt::DenseIndependentSet (const bool integer, const int n) |
ModelSolveParameters::SolutionHint | operations_research::math_opt::DenseIndependentSetHint5 (const Model &model) |
std::unique_ptr< Model > | operations_research::math_opt::IndependentSetCompleteGraph (const bool integer, const int n) |