Changed clingo options
This commit is contained in:
parent
577676106c
commit
63327d1eea
@ -603,8 +603,11 @@ def solve(
|
|||||||
# Initialize the control object for the solver
|
# Initialize the control object for the solver
|
||||||
self.control = clingo.Control()
|
self.control = clingo.Control()
|
||||||
self.control.configuration.solve.models = nmodels
|
self.control.configuration.solve.models = nmodels
|
||||||
|
self.control.configuration.asp.trans_ext = 'all'
|
||||||
|
self.control.configuration.asp.eq = '5'
|
||||||
self.control.configuration.configuration = 'tweety'
|
self.control.configuration.configuration = 'tweety'
|
||||||
self.control.configuration.solver.opt_strategy = "bb,dec"
|
self.control.configuration.solve.parallel_mode = '2'
|
||||||
|
self.control.configuration.solver.opt_strategy = "usc,one"
|
||||||
|
|
||||||
# set up the problem -- this generates facts and rules
|
# set up the problem -- this generates facts and rules
|
||||||
self.assumptions = []
|
self.assumptions = []
|
||||||
|
Loading…
Reference in New Issue
Block a user