Skip to content

Commit

Permalink
revert the code
Browse files Browse the repository at this point in the history
  • Loading branch information
hadipourh committed Nov 4, 2024
1 parent 2db93a6 commit 48c3f3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoguess.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def load_parameters(args):
"outputfile": "output",
"maxguess": 10,
"maxsteps": 5,
"solver": 'groebner',
"solver": 'cp',
"milpdirection": 'min',
"timelimit": -1,
"cpsolver": 'or-tools',
Expand All @@ -85,7 +85,7 @@ def load_parameters(args):
"overlapping_number": 2,
"cnf_to_anf_conversion": 'simple',
"dglayout": "dot",
"log": 1
"log": 0
}

for key in params.keys():
Expand Down

0 comments on commit 48c3f3d

Please sign in to comment.