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
true
if this enum value equalsAUTOMATICSEARCH
-
#fixedsearch?
Returns
true
if this enum value equalsFIXEDSEARCH
-
#hintsearch?
Returns
true
if this enum value equalsHINTSEARCH
-
#lpsearch?
Returns
true
if this enum value equalsLPSEARCH
-
#partialfixedsearch?
Returns
true
if this enum value equalsPARTIALFIXEDSEARCH
-
#portfoliosearch?
Returns
true
if this enum value equalsPORTFOLIOSEARCH
-
#portfoliowithquickrestartsearch?
Returns
true
if this enum value equalsPORTFOLIOWITHQUICKRESTARTSEARCH
-
#pseudocostsearch?
Returns
true
if this enum value equalsPSEUDOCOSTSEARCH
-
#randomizedsearch?
Returns
true
if this enum value equalsRANDOMIZEDSEARCH
Instance Method Detail
def portfoliowithquickrestartsearch?
#
Returns true
if this enum value equals PORTFOLIOWITHQUICKRESTARTSEARCH