Uses of Interface
org.ojalgo.optimisation.integer.IntegerStrategy
-
Packages that use IntegerStrategy Package Description org.ojalgo.optimisation org.ojalgo.optimisation.integer -
-
Uses of IntegerStrategy in org.ojalgo.optimisation
Fields in org.ojalgo.optimisation declared as IntegerStrategy Modifier and Type Field Description private IntegerStrategyOptimisation.Options. myIntegerStrategyMethods in org.ojalgo.optimisation that return IntegerStrategy Modifier and Type Method Description IntegerStrategyOptimisation.Options. integer()Methods in org.ojalgo.optimisation with parameters of type IntegerStrategy Modifier and Type Method Description Optimisation.OptionsOptimisation.Options. integer(IntegerStrategy strategy)Set the strategy/configuration for theIntegerSolver. -
Uses of IntegerStrategy in org.ojalgo.optimisation.integer
Classes in org.ojalgo.optimisation.integer that implement IntegerStrategy Modifier and Type Class Description static classIntegerStrategy.ConfigurableStrategyApart from being able to configure various standard properties, you can also provide your ownModelStrategyfactory.classModelStrategyThis base class contains some model/problem specific data required by theIntegerSolver.static classModelStrategy.AbstractStrategyWhen implementing your ownModelStrategyextending this abstract class is a good starting point.(package private) static classModelStrategy.DefaultStrategyFields in org.ojalgo.optimisation.integer declared as IntegerStrategy Modifier and Type Field Description private IntegerStrategyModelStrategy. myStrategyFields in org.ojalgo.optimisation.integer with type parameters of type IntegerStrategy Modifier and Type Field Description private java.util.function.BiFunction<ExpressionsBasedModel,IntegerStrategy,ModelStrategy>IntegerStrategy.ConfigurableStrategy. myFactoryMethod parameters in org.ojalgo.optimisation.integer with type arguments of type IntegerStrategy Modifier and Type Method Description IntegerStrategy.ConfigurableStrategyIntegerStrategy.ConfigurableStrategy. withModelStrategyFactory(java.util.function.BiFunction<ExpressionsBasedModel,IntegerStrategy,ModelStrategy> newFactory)Create a sub-class ofModelStrategyand provide a factory method for it here.Constructors in org.ojalgo.optimisation.integer with parameters of type IntegerStrategy Constructor Description AbstractStrategy(ExpressionsBasedModel model, IntegerStrategy strategy)DefaultStrategy(ExpressionsBasedModel model, IntegerStrategy strategy)ModelStrategy(ExpressionsBasedModel model, IntegerStrategy strategy)Constructor parameters in org.ojalgo.optimisation.integer with type arguments of type IntegerStrategy Constructor Description ConfigurableStrategy(java.util.function.IntSupplier parallelism, java.util.Comparator<NodeKey>[] definitions, NumberContext integrality, NumberContext gap, java.util.function.BiFunction<ExpressionsBasedModel,IntegerStrategy,ModelStrategy> factory, IntegerStrategy.GMICutConfiguration configuration)
-