Uses of Class
org.ojalgo.optimisation.integer.IntegerStrategy.ConfigurableStrategy
Packages that use IntegerStrategy.ConfigurableStrategy
-
Uses of IntegerStrategy.ConfigurableStrategy in org.ojalgo.optimisation.integer
Fields in org.ojalgo.optimisation.integer declared as IntegerStrategy.ConfigurableStrategyModifier and TypeFieldDescriptionstatic final IntegerStrategy.ConfigurableStrategy
IntegerStrategy.DEFAULT
Methods in org.ojalgo.optimisation.integer that return IntegerStrategy.ConfigurableStrategyModifier and TypeMethodDescriptionIntegerStrategy.ConfigurableStrategy.addPriorityDefinitions
(Comparator<NodeKey>... additionalDefinitions) Retains any existing definitions, but adds these to be used rather than the existing.IntegerStrategy.newConfigurable()
IntegerStrategy.ConfigurableStrategy.withGapTolerance
(NumberContext newTolerance) Change the MIP gapIntegerStrategy.ConfigurableStrategy.withGMICutConfiguration
(IntegerStrategy.GMICutConfiguration newConfiguration) IntegerStrategy.ConfigurableStrategy.withModelStrategyFactory
(BiFunction<ExpressionsBasedModel, IntegerStrategy, ModelStrategy> newFactory) Create a sub-class ofModelStrategy
and provide a factory method for it here.IntegerStrategy.ConfigurableStrategy.withParallelism
(IntSupplier newParallelism) How many threads will be used? Perhaps useParallelism
to obtain a suitable value.IntegerStrategy.ConfigurableStrategy.withPriorityDefinitions
(Comparator<NodeKey>... newDefinitions) Replace the priority definitions with these ones.