ayushnoori commited on
Commit
ffc3319
·
1 Parent(s): ea7fc19

Update README

Browse files
Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -42,12 +42,16 @@ optional arguments:
42
  For example, to synthesize programs in the arithmetic domain from the addition input-output examples, run:
43
  ```
44
  python synthesis.py --domain arithmetic --examples addition
 
 
45
  - Extracted 9 constants from examples.
46
  - Searching level 2 with 9 primitives.
47
- Program found in 0.0116s.
48
- Program: (x0 + x1)
49
- Program weight: 3
50
- Program return type: int
 
 
51
  ```
52
 
53
  We could also try a more involved example in the string domain:
 
42
  For example, to synthesize programs in the arithmetic domain from the addition input-output examples, run:
43
  ```
44
  python synthesis.py --domain arithmetic --examples addition
45
+
46
+ Synthesis Log:
47
  - Extracted 9 constants from examples.
48
  - Searching level 2 with 9 primitives.
49
+
50
+ Synthesis Results:
51
+ - Program found in 0.0033s.
52
+ - Program: (x0 + x1)
53
+ - Program weight: 3
54
+ - Program return type: int
55
  ```
56
 
57
  We could also try a more involved example in the string domain: