saikatc commited on
Commit
47b3ccd
1 Parent(s): 79298ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -66,4 +66,13 @@ Each of the examples in this dataset are organized as dictionaries with the foll
66
 
67
  ## Output
68
 
69
- # Evaluation on this dataset
 
 
 
 
 
 
 
 
 
 
66
 
67
  ## Output
68
 
69
+ # Evaluation on this dataset
70
+ Generated F* definitions should be evaluated the proof checker tool from
71
+ [https://github.com/FStarLang/fstar_dataset/releases/tag/eval-v2.0](https://github.com/FStarLang/fstar_dataset/releases/tag/eval-v2.0).
72
+ Download the source code and the `helpers.zip` file from the release.
73
+
74
+ ## Troubleshooting
75
+ The attached binaries in the evaluator (i.e., `fstar.exe` and `z3`) are built on
76
+ **`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`**.
77
+ If any of the binaries do not work properly, build F* from [this commit (10183ea187da8e8c426b799df6c825e24c0767d3)](https://github.com/FStarLang/FStar/commit/10183ea187da8e8c426b799df6c825e24c0767d3)
78
+ from the [F* repository](https://github.com/FStarLang/FStar), using their [installation guide](https://github.com/FStarLang/FStar/blob/master/INSTALL.md).