Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <scalar_validator.h>
Public Attributes | |
bool | allow_positive_infinity = true |
bool | allow_negative_infinity = true |
bool | allow_negative = true |
bool | allow_positive = true |
Definition at line 23 of file scalar_validator.h.
bool operations_research::math_opt::DoubleOptions::allow_negative = true |
Definition at line 26 of file scalar_validator.h.
bool operations_research::math_opt::DoubleOptions::allow_negative_infinity = true |
Definition at line 25 of file scalar_validator.h.
bool operations_research::math_opt::DoubleOptions::allow_positive = true |
Definition at line 27 of file scalar_validator.h.
bool operations_research::math_opt::DoubleOptions::allow_positive_infinity = true |
Definition at line 24 of file scalar_validator.h.