Commit 7f61f9f
Working version (#21)
* Add env expansion json methods
* Re-add assert theorems size == 1
* use correct `VERBOSE_PRINTS` ifdef (#18)
* Add theorem wrapper
* commit that ***
* Fix
* iterate
* Fix metadata in tests, as it is not loaded from json
* Add seed to samples/test.json
* Add TheoremPointer and fix json loading
* Add Tactic, Context, Hypothesis wrapper
* Remove erroneous is valid false
* Fix null values
* Rewrite simulations to be tree like structure
* Add more verbose prints
* Add additional assertion
* Fix tactic killed if child node is already killed
* Fix errorneuous env expansion constructor
* Fix ancestor dump to json
* Make proof optional
* Allow priors to be empty
* Add errorneous expansion test
* Fix minproof pqueue greater
* Remove verbose prints
* Remove prints
* Add c++ tests to actions workflow
* Add sudo to apt
* Remove useless deps
* Add samples jsons
* fix: Incref correctly in PyTactic_get_is_valid
* Metadata nullptr default
---------
Co-authored-by: Jonas Dittrich <58814480+Kakadus@users.noreply.github.com>1 parent 4474cff commit 7f61f9f
File tree
15 files changed
+2929
-1982
lines changed- .github/workflows
- python
- samples
- src
- env
- graph
- tests
15 files changed
+2929
-1982
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments