OR-Tools  9.6
SolveResultMatcherOptions

Detailed Description

Definition at line 319 of file matchers.h.

Public Attributes

double tolerance = 1e-5
 
bool first_solution_only = true
 
bool check_dual = true
 
bool check_rays = true
 
bool check_solutions_if_inf_or_unbounded = false
 
bool check_basis = false
 
bool inf_or_unb_soft_match = true
 

Member Data Documentation

◆ check_basis

bool check_basis = false

Definition at line 335 of file matchers.h.

◆ check_dual

bool check_dual = true

Definition at line 322 of file matchers.h.

◆ check_rays

bool check_rays = true

Definition at line 323 of file matchers.h.

◆ check_solutions_if_inf_or_unbounded

bool check_solutions_if_inf_or_unbounded = false

Definition at line 334 of file matchers.h.

◆ first_solution_only

bool first_solution_only = true

Definition at line 321 of file matchers.h.

◆ inf_or_unb_soft_match

bool inf_or_unb_soft_match = true

Definition at line 382 of file matchers.h.

◆ tolerance

double tolerance = 1e-5

Definition at line 320 of file matchers.h.


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