Home
last modified time | relevance | path

Searched refs:has_upper_ (Results 1 – 5 of 5) sorted by relevance

/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Optimizers/src/IpOpt/
H A DIpRegOptions.hpp42 has_upper_(false), in RegisteredOption()
57 has_upper_(false), in RegisteredOption()
70 has_upper_(copy.has_upper_), in RegisteredOption()
194 return has_upper_; in HasUpper()
200 DBG_ASSERT(type_ == OT_Number && has_upper_ == true); in UpperStrict()
207 DBG_ASSERT(has_upper_ == true && type_ == OT_Number); in UpperNumber()
217 has_upper_ = true; in SetUpperNumber()
223 DBG_ASSERT(has_upper_ == true && type_ == OT_Integer); in UpperInteger()
232 has_upper_ = true; in SetUpperInteger()
310 if (has_upper_ && value > upper_) { in IsValidIntegerSetting()
[all …]
H A DIpRegOptions.cpp81 if (has_upper_ && upper_strict_) { in OutputDescription()
88 if (has_upper_) { in OutputDescription()
105 if (has_upper_) { in OutputDescription()
169 if (has_upper_ && !upper_strict_) { in OutputLatexDescription()
176 if (has_upper_) { in OutputLatexDescription()
201 if (has_upper_) { in OutputLatexDescription()
303 if (has_upper_ && !upper_strict_) { in OutputShortDescription()
310 if (has_upper_) { in OutputShortDescription()
328 if (has_upper_) { in OutputShortDescription()
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/src/Common/
H A DIpRegOptions.hpp53 has_upper_(false), in RegisteredOption()
69 has_upper_(false), in RegisteredOption()
82 has_upper_(copy.has_upper_), in RegisteredOption()
206 return has_upper_; in HasUpper()
212 DBG_ASSERT(type_ == OT_Number && has_upper_ == true); in UpperStrict()
219 DBG_ASSERT(has_upper_ == true && type_ == OT_Number); in UpperNumber()
229 has_upper_ = true; in SetUpperNumber()
235 DBG_ASSERT(has_upper_ == true && type_ == OT_Integer); in UpperInteger()
244 has_upper_ = true; in SetUpperInteger()
328 if (has_upper_ && value > upper_) { in IsValidIntegerSetting()
[all …]
H A DIpRegOptions.cpp72 if (has_upper_ && upper_strict_) { in OutputDescription()
79 if (has_upper_) { in OutputDescription()
96 if (has_upper_) { in OutputDescription()
164 if (has_upper_ && !upper_strict_) { in OutputLatexDescription()
171 if (has_upper_) { in OutputLatexDescription()
196 if (has_upper_) { in OutputLatexDescription()
301 if (has_upper_ && !upper_strict_) { in OutputShortDescription()
308 if (has_upper_) { in OutputShortDescription()
326 if (has_upper_) { in OutputShortDescription()
/dports/math/gravity/Gravity-da941e9/thirdparty/Ipopt/include/coin-or/
H A DIpRegOptions.hpp59 has_upper_(false), in RegisteredOption()
77 has_upper_(false), in RegisteredOption()
92 has_upper_(copy.has_upper_), in RegisteredOption()
262 return has_upper_; in HasUpper()
271 DBG_ASSERT(type_ == OT_Number && has_upper_ == true); in UpperStrict()
281 DBG_ASSERT(has_upper_ == true && type_ == OT_Number); in UpperNumber()
297 has_upper_ = true; in SetUpperNumber()
306 DBG_ASSERT(has_upper_ == true && type_ == OT_Integer); in UpperInteger()
320 has_upper_ = true; in SetUpperInteger()
456 if( has_upper_ && value > upper_ ) in IsValidIntegerSetting()
[all …]