-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #523 from potassco/last-model
Add support for getting last computed model.
- Loading branch information
Showing
14 changed files
with
228 additions
and
62 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
Submodule clasp
updated
22 files
+7 −2 | .github/workflows/test.yml | |
+6 −1 | CHANGES | |
+1 −1 | CMakeLists.txt | |
+1 −6 | clasp/cli/clasp_output.h | |
+10 −6 | clasp/enumerator.h | |
+1 −0 | clasp/program_builder.h | |
+1 −1 | clasp/shared_context.h | |
+1 −1 | clasp/solver_strategies.h | |
+2 −1 | src/CMakeLists.txt | |
+23 −25 | src/cb_enumerator.cpp | |
+4 −4 | src/clasp_options.cpp | |
+20 −42 | src/clasp_output.cpp | |
+37 −16 | src/enumerator.cpp | |
+11 −12 | src/parallel_solve.cpp | |
+6 −3 | src/program_builder.cpp | |
+1 −1 | src/solve_algorithms.cpp | |
+3 −3 | src/solver_strategies.cpp | |
+7 −7 | tests/cli_test.cpp | |
+22 −0 | tests/facade_test.cpp | |
+14 −0 | tests/parser_test.cpp | |
+53 −0 | tests/program_builder_test.cpp | |
+104 −1 | tests/solver_test.cpp |
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
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
Oops, something went wrong.