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 Config
Core. config
Fields in org.jacop.jasat.core with type parameters of type Config Modifier and Type Field Description private static OptParse.OptHandler<Config>
RunSolver. debugHandler
private static OptParse.OptHandler<Config>
RunSolver. helpHandler
private static OptParse<Config>
RunSolver. parser
private static OptParse.OptHandler<Config>
RunSolver. timeoutHandler
private static OptParse.OptHandler<Config>
RunSolver. verboseHandler
Methods in org.jacop.jasat.core that return Config Modifier and Type Method Description static Config
Config. 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.
-