![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include <string>#include "gtest/gtest.h"#include "ortools/base/gmock.h"#include "ortools/math_opt/solvers/gscip/gscip.h"#include "ortools/math_opt/solvers/gscip/gscip.pb.h"Go to the source code of this file.
Namespaces | |
| namespace | operations_research |
| OR-Tools root namespace. | |
Functions | |
| GScipParameters | operations_research::TestGScipParameters () |
| std::string | operations_research::SolutionToString (const GScipSolution &solution) |
| bool | operations_research::SolutionsAlmostEqual (const GScipSolution &left, const GScipSolution &right, const double tolerance) |
| testing::Matcher< GScipSolution > | operations_research::GScipSolutionEquals (const GScipSolution &rhs) |
| testing::Matcher< GScipSolution > | operations_research::GScipSolutionAlmostEquals (const GScipSolution &rhs, double tolerance) |
| void | operations_research::AssertOptimalWithBestSolution (const GScipResult &actual_result, const double expected_objective_value, const GScipSolution &expected_solution, const double tolerance) |
| void | operations_research::AssertOptimalWithPartialBestSolution (const GScipResult &actual_result, const double expected_objective_value, const GScipSolution &expected_solution, const double tolerance) |