enum
OperationsResearch::Sat::SatParameters::SearchBranching
Defined in:
ortools-sat/connector/sat_parameters.pb.crEnum Members
-
AUTOMATICSEARCH =
0 -
FIXEDSEARCH =
1 -
PORTFOLIOSEARCH =
2 -
LPSEARCH =
3 -
PSEUDOCOSTSEARCH =
4 -
PORTFOLIOWITHQUICKRESTARTSEARCH =
5 -
HINTSEARCH =
6 -
PARTIALFIXEDSEARCH =
7 -
RANDOMIZEDSEARCH =
8
Instance Method Summary
-
#automaticsearch?
Returns
trueif this enum value equalsAUTOMATICSEARCH -
#fixedsearch?
Returns
trueif this enum value equalsFIXEDSEARCH -
#hintsearch?
Returns
trueif this enum value equalsHINTSEARCH -
#lpsearch?
Returns
trueif this enum value equalsLPSEARCH -
#partialfixedsearch?
Returns
trueif this enum value equalsPARTIALFIXEDSEARCH -
#portfoliosearch?
Returns
trueif this enum value equalsPORTFOLIOSEARCH -
#portfoliowithquickrestartsearch?
Returns
trueif this enum value equalsPORTFOLIOWITHQUICKRESTARTSEARCH -
#pseudocostsearch?
Returns
trueif this enum value equalsPSEUDOCOSTSEARCH -
#randomizedsearch?
Returns
trueif this enum value equalsRANDOMIZEDSEARCH
Instance Method Detail
def portfoliowithquickrestartsearch?
#
Returns true if this enum value equals PORTFOLIOWITHQUICKRESTARTSEARCH