Extraction for all_fin was changed to start from 0 rather than 1 to match fin_to_nat. Here is an update to vard.ml to enable setting node names to 0 when using extracted code. The README is updated to reflect this. Ideally, whether the collection of nodes passed on the command line matches the extracted all_fin names should be checked.
Extraction for
all_fin
was changed to start from 0 rather than 1 to matchfin_to_nat
. Here is an update tovard.ml
to enable setting node names to 0 when using extracted code. The README is updated to reflect this. Ideally, whether the collection of nodes passed on the command line matches the extractedall_fin
names should be checked.