Uses of Class
org.jacop.jasat.core.Config
-
Packages that use Config Package Description org.jacop.jasat.core -
-
Uses of Config in org.jacop.jasat.core
Fields in org.jacop.jasat.core declared as Config Modifier and Type Field Description ConfigCore. configFields in org.jacop.jasat.core with type parameters of type Config Modifier and Type Field Description private static OptParse.OptHandler<Config>RunSolver. debugHandlerprivate static OptParse.OptHandler<Config>RunSolver. helpHandlerprivate static OptParse<Config>RunSolver. parserprivate static OptParse.OptHandler<Config>RunSolver. timeoutHandlerprivate static OptParse.OptHandler<Config>RunSolver. verboseHandlerMethods in org.jacop.jasat.core that return Config Modifier and Type Method Description static ConfigConfig. defaultConfig()static access to the default configConstructors in org.jacop.jasat.core with parameters of type Config Constructor Description Core(Config config)creates the solver, which in turn creates all inner components and connect them together.
-