Uses of Class
org.ojalgo.optimisation.Optimisation.Options
Packages that use Optimisation.Options
Package
Description
-
Uses of Optimisation.Options in org.ojalgo.optimisation
Fields in org.ojalgo.optimisation declared as Optimisation.OptionsModifier and TypeFieldDescriptionfinal Optimisation.OptionsExpressionsBasedModel.optionsfinal Optimisation.OptionsGenericSolver.optionsMethods in org.ojalgo.optimisation that return Optimisation.OptionsModifier and TypeMethodDescriptionOptimisation.Options.abort(CalendarDateDuration duration) Set thetime_abortto the given duration.Optimisation.Options.convex(ConvexSolver.Configuration configuration) Optimisation.Options.debug(Class<? extends Optimisation.Solver> solver) Will configure detailed debug logging and validationOptimisation.Options.integer(IntegerStrategy strategy) Set the strategy/configuration for theIntegerSolver.Optimisation.Options.linear(LinearSolver.Configuration configuration) Configurations specific to ojAlgo's built-inLinearSolver.Optimisation.Options.progress(Class<? extends Optimisation.Solver> solver) Will configure high level (low volume) progress loggingOptimisation.Options.suffice(CalendarDateDuration duration) Set thetime_sufficeto the given duration.Methods in org.ojalgo.optimisation with parameters of type Optimisation.OptionsModifier and TypeMethodDescriptionfinal SGenericSolver.Builder.build(Optimisation.Options options) protected abstract SGenericSolver.Builder.doBuild(Optimisation.Options options) Method parameters in org.ojalgo.optimisation with type arguments of type Optimisation.OptionsModifier and TypeMethodDescriptionExpressionsBasedModel.Integration.withOptionsModifier(Consumer<Optimisation.Options> optionsModifier) Intercept and modify theOptimisation.Optionsinstance before building the solver.Constructors in org.ojalgo.optimisation with parameters of type Optimisation.OptionsModifierConstructorDescriptionExpressionsBasedModel(Optimisation.Options optimisationOptions) protectedGenericSolver(Optimisation.Options optimisationOptions) -
Uses of Optimisation.Options in org.ojalgo.optimisation.convex
Methods in org.ojalgo.optimisation.convex with parameters of type Optimisation.OptionsModifier and TypeMethodDescriptionprotected ConvexSolverConvexSolver.Builder.doBuild(Optimisation.Options options) Constructors in org.ojalgo.optimisation.convex with parameters of type Optimisation.Options -
Uses of Optimisation.Options in org.ojalgo.optimisation.linear
Methods in org.ojalgo.optimisation.linear with parameters of type Optimisation.OptionsModifier and TypeMethodDescriptionprotected LinearSolverLinearSolver.Builder.doBuild(Optimisation.Options options) static Optimisation.ResultLinearSolver.solve(ConvexData convex, Optimisation.Options options, boolean zeroC) Constructors in org.ojalgo.optimisation.linear with parameters of type Optimisation.Options