-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change
SolvingContext::set_bool
to not trail literals early
Changes to the trail now all stem from the `Engine::notify_assignment` method, called by the SAT oracle. The only exception is the `Engine::propagate` method, which will call this method early in debug mode to make literal assignments available when checking that all literals in the reason are known `true`.
- Loading branch information
Showing
10 changed files
with
44 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
objective = 655; | ||
start = [0,20,394,481,572,0,25,94,135,155,0,72,166,229,315,156,260,336,460,510,25,52,107,242,348,193,287,433,483,510,138,336,464,505,589,72,135,259,414,557,52,385,460,510,600,66,138,156,236,585]; | ||
start = [0,20,345,453,572,0,25,94,135,155,0,72,95,123,255,95,232,308,448,510,25,52,107,181,376,165,275,405,483,510,52,153,236,493,589,72,181,275,433,529,80,373,448,498,600,123,198,308,354,573]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
objective = 597; | ||
start = [0,79,376,458,542,0,23,91,311,397,21,59,295,490,545,0,37,124,228,340,238,295,379,447,548,101,200,290,404,515,0,59,109,352,479,37,61,458,493,580,182,279,286,340,440,61,145,542,578,588]; | ||
start = [0,79,376,458,542,0,23,91,311,397,21,59,295,490,545,0,37,124,228,340,238,295,379,447,548,101,200,290,404,515,0,59,109,352,440,37,61,458,493,580,182,279,286,340,506,61,145,542,578,588]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
objective = 590; | ||
start = [0,304,398,490,581,0,19,30,452,486,19,33,113,213,398,135,230,339,346,445,33,107,124,324,418,30,115,186,296,392,230,304,434,490,581,78,185,262,384,482,54,115,124,200,254,0,96,126,185,346]; | ||
start = [0,304,398,490,581,0,19,30,398,486,19,33,113,213,453,135,230,339,346,445,33,107,124,324,419,30,115,186,296,392,230,304,434,490,581,78,185,262,384,482,54,115,124,200,254,0,96,126,185,346]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters