Home
last modified time | relevance | path

Searched refs:OT_String (Results 1 – 12 of 12) sorted by relevance

/dports/math/ipopt/Ipopt-3.12.13/Ipopt/src/Common/
H A DIpRegOptions.cpp46 else if (type_ ==OT_String) { in OutputDescription()
103 else if (type_ ==OT_String) { in OutputDescription()
345 if (type_ == OT_String) { in OutputShortDescription()
599 option->SetType(OT_String); in AddStringOption()
621 option->SetType(OT_String); in AddStringOption1()
642 option->SetType(OT_String); in AddStringOption2()
666 option->SetType(OT_String); in AddStringOption3()
693 option->SetType(OT_String); in AddStringOption4()
723 option->SetType(OT_String); in AddStringOption5()
756 option->SetType(OT_String); in AddStringOption6()
[all …]
H A DIpOptionsList.cpp73 if (option->Type() != OT_String) { in SetStringValue()
160 if (option->Type() == OT_String) { in SetNumericValue()
235 if (option->Type() == OT_String) { in SetIntegerValue()
341 if (option->Type() != OT_String) { in GetStringValue()
387 if (option->Type() != OT_String) { in GetEnumValue()
454 else if (option->Type() == OT_String) { in GetNumericValue()
518 else if (option->Type() == OT_String) { in GetIntegerValue()
642 if (option->Type() == OT_String) { in ReadFromStream()
H A DIpRegOptions.hpp26 OT_String, enumerator
251 DBG_ASSERT(type_ == OT_String); in AddValidStringSetting()
282 DBG_ASSERT(type_ == OT_String); in DefaultString()
290 DBG_ASSERT(type_ == OT_String); in DefaultStringAsEnum()
296 DBG_ASSERT(type_ == OT_String); in SetDefaultString()
302 DBG_ASSERT(type_ == OT_String); in GetValidStrings()
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Optimizers/src/IpOpt/
H A DIpRegOptions.cpp55 else if (type_ ==OT_String) { in OutputDescription()
112 else if (type_ ==OT_String) { in OutputDescription()
347 if (type_ == OT_String) { in OutputShortDescription()
597 option->SetType(OT_String); in AddStringOption()
619 option->SetType(OT_String); in AddStringOption1()
640 option->SetType(OT_String); in AddStringOption2()
664 option->SetType(OT_String); in AddStringOption3()
691 option->SetType(OT_String); in AddStringOption4()
721 option->SetType(OT_String); in AddStringOption5()
754 option->SetType(OT_String); in AddStringOption6()
[all …]
H A DIpOptionsList.cpp61 if (option->Type() != OT_String) { in SetStringValue()
149 if (option->Type() == OT_String) { in SetNumericValue()
224 if (option->Type() == OT_String) { in SetIntegerValue()
291 if (option->Type() != OT_String) { in GetStringValue()
337 if (option->Type() != OT_String) { in GetEnumValue()
404 else if (option->Type() == OT_String) { in GetNumericValue()
457 else if (option->Type() == OT_String) { in GetIntegerValue()
580 if (option->Type() == OT_String) { in ReadFromStream()
H A DIpRegOptions.hpp26 OT_String, enumerator
239 DBG_ASSERT(type_ == OT_String); in AddValidStringSetting()
270 DBG_ASSERT(type_ == OT_String); in DefaultString()
278 DBG_ASSERT(type_ == OT_String); in DefaultStringAsEnum()
284 DBG_ASSERT(type_ == OT_String); in SetDefaultString()
/dports/math/gravity/Gravity-da941e9/thirdparty/Ipopt/include/coin-or/
H A DIpRegOptions.hpp24 OT_String, enumerator
331 DBG_ASSERT(type_ == OT_String); in AddValidStringSetting()
385 DBG_ASSERT(type_ == OT_String); in DefaultString()
397 DBG_ASSERT(type_ == OT_String); in DefaultStringAsEnum()
409 DBG_ASSERT(type_ == OT_String); in SetDefaultString()
419 DBG_ASSERT(type_ == OT_String); in GetValidStrings()
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/contrib/MatlabInterface/src/
H A Dipoptoptions.cpp99 if (type == Ipopt::OT_String) in setOption()
/dports/math/bonmin/Bonmin-releases-1.8.8/Bonmin/src/Interfaces/
H A DBonRegisteredOptions.cpp146 case Ipopt::OT_String: return 'S'; in OptionType2Char()
157 case Ipopt::OT_String: return (opt->DefaultString()); in defaultAsString()
/dports/math/casadi/casadi-3.5.5/casadi/interfaces/ipopt/
H A Dipopt_interface.cpp324 case Ipopt::OT_String: in init_mem()
/dports/math/casadi/casadi-3.5.5/casadi/interfaces/bonmin/
H A Dbonmin_interface.cpp456 case Ipopt::OT_String: in solve()
/dports/math/bonmin/Bonmin-releases-1.8.8/Bonmin/src/Interfaces/Ampl/
H A DBonAmplTMINLP.cpp45 case Ipopt::OT_String: type = Ipopt::AmplOptionsList::String_Option; in fillAmplOptionList()