You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+61Lines changed: 61 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,67 @@ This repository contains an implementation of Alpha Geometry, a system for devel
4
4
5
5
This implementation uses [Ascent](https://github.com/s-arash/ascent/tree/master), a logic programming language (similar to Datalog) embedded in Rust, for the deductive database component.
6
6
7
+
## Example Problems
8
+
9
+
```bash
10
+
==> problems/contri_sas
11
+
Initial Predicates:
12
+
eqangle C A B F D E
13
+
cong A B D E
14
+
cong A B G H
15
+
cong C A I G
16
+
eqangle C A B H G I
17
+
cong C A F D
18
+
19
+
Goals:
20
+
contri1 A B C D E F
21
+
contri2 A B C G H I
22
+
23
+
=== Iteration 1 ===
24
+
Predicates known: 6 / Goals Known: 0 / Goals: 2
25
+
Missing Goals: contri1 A B C D E F contri2 A B C G H I
0 commit comments