Uses of Class
jline.solvers.NetworkSolver.SolverConfigurator
Packages that use NetworkSolver.SolverConfigurator
-
Uses of NetworkSolver.SolverConfigurator in jline.solvers
Methods in jline.solvers that return NetworkSolver.SolverConfiguratorModifier and TypeMethodDescriptionNetworkSolver.options()Returns a fluent configurator for this solver's options, allowing chained calls such assolver.options().method("parallel").samples(20000) .seed(1).build().NetworkSolver.SolverConfigurator.samples(int samples) NetworkSolver.SolverConfigurator.seed(int seed)