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

Detailed Description

Definition at line 25 of file solution_feasibility_checker.h.

#include <solution_feasibility_checker.h>

Public Attributes

double absolute_constraint_tolerance = 1.0e-6
double integrality_tolerance = 1.0e-5
double nonzero_tolerance = 1.0e-5

Member Data Documentation

◆ absolute_constraint_tolerance

double operations_research::math_opt::FeasibilityCheckerOptions::absolute_constraint_tolerance = 1.0e-6

Definition at line 33 of file solution_feasibility_checker.h.

◆ integrality_tolerance

double operations_research::math_opt::FeasibilityCheckerOptions::integrality_tolerance = 1.0e-5

Definition at line 43 of file solution_feasibility_checker.h.

◆ nonzero_tolerance

double operations_research::math_opt::FeasibilityCheckerOptions::nonzero_tolerance = 1.0e-5

Definition at line 57 of file solution_feasibility_checker.h.


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