|
Matcher< VariableMap< double > > | operations_research::math_opt::IsNear (VariableMap< double > expected, const double tolerance) |
|
Matcher< VariableMap< double > > | operations_research::math_opt::IsNearlySubsetOf (VariableMap< double > expected, double tolerance) |
|
Matcher< LinearConstraintMap< double > > | operations_research::math_opt::IsNear (LinearConstraintMap< double > expected, const double tolerance) |
|
Matcher< LinearConstraintMap< double > > | operations_research::math_opt::IsNearlySubsetOf (LinearConstraintMap< double > expected, double tolerance) |
|
Matcher< absl::flat_hash_map< QuadraticConstraint, double > > | operations_research::math_opt::IsNear (absl::flat_hash_map< QuadraticConstraint, double > expected, const double tolerance) |
|
Matcher< absl::flat_hash_map< QuadraticConstraint, double > > | operations_research::math_opt::IsNearlySubsetOf (absl::flat_hash_map< QuadraticConstraint, double > expected, double tolerance) |
|
testing::Matcher< LinearExpression > | operations_research::math_opt::IsIdentical (LinearExpression expected) |
|
testing::Matcher< LinearExpression > | operations_research::math_opt::LinearExpressionIsNear (const LinearExpression expected, const double tolerance) |
|
testing::Matcher< BoundedLinearExpression > | operations_research::math_opt::IsNearlyEquivalent (const BoundedLinearExpression &expected, const double tolerance) |
|
testing::Matcher< QuadraticExpression > | operations_research::math_opt::IsIdentical (QuadraticExpression expected) |
|
Matcher< Solution > | operations_research::math_opt::IsNear (Solution expected, const SolutionMatcherOptions options) |
|
Matcher< PrimalSolution > | operations_research::math_opt::IsNear (PrimalSolution expected, const double tolerance, const bool allow_undetermined) |
|
Matcher< DualSolution > | operations_research::math_opt::IsNear (DualSolution expected, const double tolerance, const bool allow_undetermined) |
|
Matcher< Basis > | operations_research::math_opt::BasisIs (const Basis &expected) |
|
Matcher< PrimalRay > | operations_research::math_opt::IsNear (PrimalRay expected, const double tolerance) |
|
Matcher< PrimalRay > | operations_research::math_opt::PrimalRayIsNear (VariableMap< double > expected_var_values, const double tolerance) |
|
Matcher< DualRay > | operations_research::math_opt::IsNear (DualRay expected, const double tolerance) |
|
Matcher< Termination > | operations_research::math_opt::ReasonIs (TerminationReason reason) |
|
Matcher< Termination > | operations_research::math_opt::ReasonIsOptimal () |
|
Matcher< Termination > | operations_research::math_opt::TerminationIsOptimal () |
|
Matcher< Termination > | operations_research::math_opt::TerminationIsOptimal (const double primal_objective_value, const std::optional< double > dual_objective_value, const double tolerance) |
|
testing::Matcher< Termination > | operations_research::math_opt::LimitIs (Limit limit, testing::Matcher< std::string > detail_matcher=testing::_) |
|
Matcher< Termination > | operations_research::math_opt::TerminationIsIgnoreDetail (const Termination &expected) |
|
Matcher< ObjectiveBounds > | operations_research::math_opt::ObjectiveBoundsNear (const ObjectiveBounds &expected, const double tolerance) |
|
Matcher< ProblemStatus > | operations_research::math_opt::ProblemStatusIs (const ProblemStatus &expected) |
|
Matcher< SolveResult > | operations_research::math_opt::IsOptimal (const std::optional< double > expected_primal_objective, const double tolerance) |
|
Matcher< SolveResult > | operations_research::math_opt::IsOptimalWithSolution (const double expected_objective, const VariableMap< double > expected_variable_values, const double tolerance) |
|
Matcher< SolveResult > | operations_research::math_opt::IsOptimalWithDualSolution (const double expected_objective, const LinearConstraintMap< double > expected_dual_values, const VariableMap< double > expected_reduced_costs, const double tolerance) |
|
Matcher< SolveResult > | operations_research::math_opt::IsOptimalWithDualSolution (const double expected_objective, const LinearConstraintMap< double > expected_dual_values, const absl::flat_hash_map< QuadraticConstraint, double > expected_quadratic_dual_values, const VariableMap< double > expected_reduced_costs, const double tolerance) |
|
Matcher< SolveResult > | operations_research::math_opt::TerminatesWith (const TerminationReason expected) |
|
Matcher< SolveResult > | operations_research::math_opt::TerminatesWithOneOf (const std::vector< TerminationReason > &allowed) |
| Checks that the result has one of the allowed termination reasons.
|
|
testing::Matcher< SolveResult > | operations_research::math_opt::TerminatesWithLimit (const Limit expected, const bool allow_limit_undetermined) |
|
testing::Matcher< SolveResult > | operations_research::math_opt::TerminatesWithReasonFeasible (const Limit expected, const bool allow_limit_undetermined) |
|
testing::Matcher< SolveResult > | operations_research::math_opt::TerminatesWithReasonNoSolutionFound (const Limit expected, const bool allow_limit_undetermined) |
|
Matcher< SolveResult > | operations_research::math_opt::HasSolution (PrimalSolution expected, double tolerance=kMatcherDefaultTolerance) |
| SolveResult has a primal solution matching expected within tolerance.
|
|
Matcher< SolveResult > | operations_research::math_opt::HasDualSolution (DualSolution expected, const double tolerance) |
|
Matcher< SolveResult > | operations_research::math_opt::HasPrimalRay (PrimalRay expected, const double tolerance) |
|
Matcher< SolveResult > | operations_research::math_opt::HasPrimalRay (VariableMap< double > expected_vars, const double tolerance) |
|
Matcher< SolveResult > | operations_research::math_opt::HasDualRay (DualRay expected, const double tolerance) |
|
Matcher< SolveResult > | operations_research::math_opt::IsConsistentWith (const SolveResult &expected, const SolveResultMatcherOptions &options) |
|
testing::Matcher< ComputeInfeasibleSubsystemResult > | operations_research::math_opt::IsFeasible () |
|
testing::Matcher< ComputeInfeasibleSubsystemResult > | operations_research::math_opt::IsUndetermined () |
|
testing::Matcher< ComputeInfeasibleSubsystemResult > | operations_research::math_opt::IsInfeasible (const std::optional< bool > expected_is_minimal, const std::optional< ModelSubset > expected_infeasible_subsystem) |
|
Matcher< UpdateResult > | operations_research::math_opt::DidUpdate () |
| Actual UpdateResult.did_update is true.
|
|
void | operations_research::math_opt::PrintTo (const PrimalSolution &primal_solution, std::ostream *const os) |
|
void | operations_research::math_opt::PrintTo (const DualSolution &dual_solution, std::ostream *const os) |
|
void | operations_research::math_opt::PrintTo (const PrimalRay &primal_ray, std::ostream *const os) |
|
void | operations_research::math_opt::PrintTo (const DualRay &dual_ray, std::ostream *const os) |
|
void | operations_research::math_opt::PrintTo (const Basis &basis, std::ostream *const os) |
|
void | operations_research::math_opt::PrintTo (const Solution &solution, std::ostream *const os) |
|
void | operations_research::math_opt::PrintTo (const SolveResult &result, std::ostream *const os) |
|
template<typename K , typename V , typename = std::enable_if_t<is_key_type_v<K>>> |
void | operations_research::math_opt::PrintTo (const absl::flat_hash_map< K, V > &id_map, std::ostream *const os) |
|