15#ifndef OR_TOOLS_MATH_OPT_SOLVER_TESTS_TEST_MODELS_H_
16#define OR_TOOLS_MATH_OPT_SOLVER_TESTS_TEST_MODELS_H_
37std::unique_ptr<Model>
SmallModel(
bool integer);
An object oriented wrapper for quadratic constraints in ModelStorage.
std::unique_ptr< Model > SmallModel(const bool integer)
std::unique_ptr< Model > IndependentSetCompleteGraph(const bool integer, const int n)
std::unique_ptr< Model > DenseIndependentSet(const bool integer, const int n)
ModelSolveParameters::SolutionHint DenseIndependentSetHint5(const Model &model)