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

#include <scalar_validator.h>

Public Attributes

bool allow_positive_infinity = true
 
bool allow_negative_infinity = true
 
bool allow_negative = true
 
bool allow_positive = true
 

Detailed Description

Definition at line 23 of file scalar_validator.h.

Member Data Documentation

◆ allow_negative

bool operations_research::math_opt::DoubleOptions::allow_negative = true

Definition at line 26 of file scalar_validator.h.

◆ allow_negative_infinity

bool operations_research::math_opt::DoubleOptions::allow_negative_infinity = true

Definition at line 25 of file scalar_validator.h.

◆ allow_positive

bool operations_research::math_opt::DoubleOptions::allow_positive = true

Definition at line 27 of file scalar_validator.h.

◆ allow_positive_infinity

bool operations_research::math_opt::DoubleOptions::allow_positive_infinity = true

Definition at line 24 of file scalar_validator.h.


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