Skip to content

Commit

Permalink
ENH: enable the PriorityQueuePolicy by default
Browse files Browse the repository at this point in the history
  • Loading branch information
johntyree committed Jan 30, 2016
1 parent 419c7bd commit 48ef5cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion simplesat/sat/policy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
LoggedPriorityQueuePolicty, PriorityQueuePolicy
)

InstalledFirstPolicy = LoggedUndeterminedClausePolicy
# InstalledFirstPolicy = LoggedUndeterminedClausePolicy
InstalledFirstPolicy = LoggedPriorityQueuePolicty

0 comments on commit 48ef5cc

Please sign in to comment.