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
- `make cake` compiles the CakeML translation in`hol/polygram/bdd_cake_trans/`, after this command, there should be 2 sexp files in the repository `bdd_cake_test`, that we compile when testing next step, expected time: ~800s.
220
226
- `make test` runs all benchmark test cases in`hol/polygram/policy_test_cases*/`, expected time: ~4000s or more.
221
227
228
+
>**Note:** For evaluation purposes, the timeout forthe test cases is set here to 20 seconds (vs. 1200 secondsin the paper). If you feel like you want to change it, edit `prepp.sh`in folders `policy_test_cases_cakeml_worst/``policy_test_cases_hol4_best/``policy_test_cases_hol4_worst/` and update (20s to 1200s) in this line:
@@ -259,7 +270,7 @@ The test case folders and the scripts they run are as follows:
259
270
The following steps show how to inspect the compiled theories inside the Docker image.
260
271
To inspect the contents of the files, we exemplify using `policy_test_cases_cakeml_best/internet_firewall_1.sml`, we add further instructions for other testcase folders when needed:
261
272
262
-
273
+
>**Note:** For evaluation purposes, the timeout forthe test cases is set here to 20 seconds (vs. 1200 secondsin the paper).
263
274
264
275
265
276
@@ -281,12 +292,6 @@ cd /HOL4P4/hol/polygram/policy_test_cases_cakeml_best
281
292
Repeat for any other folder you want to test/inspect later (`policy_test_cases_mtbdd`, `policy_test_cases_eq`, `policy_test_cases_gen_policy`...`policy_test_cases_*`).
282
293
283
294
284
-
>**Note:** For evaluation purposes, the timeout is set here to 20 seconds (vs. 1200 seconds in the paper). If you feel like you want to change it, edit `prepp.sh` and update (20s to 1200s) in this line:
0 commit comments