enum

OperationsResearch::Sat::SatParameters::SearchBranching

Inherits Enum < Comparable < Value < Object

Constants

AUTOMATICSEARCH = 0
FIXEDSEARCH = 1
PORTFOLIOSEARCH = 2
LPSEARCH = 3
PSEUDOCOSTSEARCH = 4
PORTFOLIOWITHQUICKRESTARTSEARCH = 5
HINTSEARCH = 6
PARTIALFIXEDSEARCH = 7
RANDOMIZEDSEARCH = 8

Instance methods

automaticsearch?

Returns true if this enum value equals AUTOMATICSEARCH

Source
fixedsearch?

Returns true if this enum value equals FIXEDSEARCH

Source
hintsearch?

Returns true if this enum value equals HINTSEARCH

Source
lpsearch?

Returns true if this enum value equals LPSEARCH

Source
partialfixedsearch?

Returns true if this enum value equals PARTIALFIXEDSEARCH

Source
portfoliosearch?

Returns true if this enum value equals PORTFOLIOSEARCH

Source
portfoliowithquickrestartsearch?

Returns true if this enum value equals PORTFOLIOWITHQUICKRESTARTSEARCH

Source
pseudocostsearch?

Returns true if this enum value equals PSEUDOCOSTSEARCH

Source
randomizedsearch?

Returns true if this enum value equals RANDOMIZEDSEARCH

Source