Uses of Class
org.maxicp.search.blackbox.ModelingBlackBox.SolveConfig
Packages that use ModelingBlackBox.SolveConfig
-
Uses of ModelingBlackBox.SolveConfig in org.maxicp.search.blackbox
Methods in org.maxicp.search.blackbox that return ModelingBlackBox.SolveConfigModifier and TypeMethodDescriptionModelingBlackBox.SolveConfig.exhaustive(BlackBoxSearch.ExhaustivePhaseOptions options) Sets exhaustive-phase options.ModelingBlackBox.SolveConfig.initialExhaustiveShare(double initialExhaustiveShare) Sets the optional initial exhaustive phase time share.ModelingBlackBox.SolveConfig.restart(BlackBoxSearch.RestartPhaseOptions options) Sets restart-phase options.ModelingBlackBox.SolveConfig.shares(double restartShare, double exhaustiveShare) Sets time shares for restart and exhaustive phases.ModelingBlackBox.SolveConfig.verbosity(BlackBoxSearch.Verbosity verbosity) Sets logging verbosity for the underlyingBlackBoxSearch.Method parameters in org.maxicp.search.blackbox with type arguments of type ModelingBlackBox.SolveConfigModifier and TypeMethodDescriptionstatic ModelingBlackBox.ResultModelingBlackBox.solve(ModelDispatcher model, IntExpression[] decisionVars, int timeLimitInSeconds, UnaryOperator<ModelingBlackBox.SolveConfig> configurer) Solves a feasibility model with caller-provided configuration.