Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::math_opt::SimpleMipTestParameters Struct Reference

#include <mip_tests.h>

Public Member Functions

 SimpleMipTestParameters (SolverType solver_type, bool report_unboundness_correctly=true)
 

Public Attributes

SolverType solver_type
 The tested solver.
 
bool report_unboundness_correctly
 

Detailed Description

Definition at line 27 of file mip_tests.h.

Constructor & Destructor Documentation

◆ SimpleMipTestParameters()

operations_research::math_opt::SimpleMipTestParameters::SimpleMipTestParameters ( SolverType solver_type,
bool report_unboundness_correctly = true )
explicit

Definition at line 40 of file mip_tests.cc.

Member Data Documentation

◆ report_unboundness_correctly

bool operations_research::math_opt::SimpleMipTestParameters::report_unboundness_correctly

True if the solver reports unbound MIPs as UNBOUNDED or DUAL_INFEASIBLE. If false, the solver is expected to return OTHER_ERROR.

Todo
(b/202159173): remove this when we start using the direct CP-SAT API and thus will be able to get proper details.

Definition at line 39 of file mip_tests.h.

◆ solver_type

SolverType operations_research::math_opt::SimpleMipTestParameters::solver_type

The tested solver.

Definition at line 32 of file mip_tests.h.


The documentation for this struct was generated from the following files: