Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -75,4 +75,12 @@ Each of the examples in this dataset are organized as dictionaries with the foll
|
|
75 |
|
76 |
## Output
|
77 |
|
78 |
-
# Evaluation on this dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
|
76 |
## Output
|
77 |
|
78 |
+
# Evaluation on this dataset
|
79 |
+
Generated F* definitions should be evaluated the proof checker tool from [https://github.com/FStarLang/fstar_dataset/releases/tag/eval-v1.0](https://github.com/FStarLang/fstar_dataset/releases/tag/eval-v1.0).
|
80 |
+
Download the source code and the `helpers.zip` file from the release.
|
81 |
+
|
82 |
+
## Troubleshooting
|
83 |
+
The attached binaries in the evaluator (i.e., `fstar.exe` and `z3`) are built on
|
84 |
+
`Ubuntu 20.04.6 LTS (GNU/Linux 5.4.0-189-generic x86_64)` `gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2)`, `OCaml 4.12.0`.
|
85 |
+
If any of the binaries do not work properly, build F* from [this commit (f3b4db2ebce90020acbbbe1b4ea0d05d3e69ad6c)](https://github.com/FStarLang/FStar/commit/f3b4db2ebce90020acbbbe1b4ea0d05d3e69ad6c)
|
86 |
+
from the [F* repository](https://github.com/FStarLang/FStar), using their [installation guide](https://github.com/FStarLang/FStar/blob/master/INSTALL.md).
|