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
Currently, there are some source files of MONA library in the virtual machine. It needs to be brought up to date.
This should comprise of:
Try compiling it. Create build.sh script that will build the MONA and copy the runnable binaries to $HOME/bin
Either create new binaries for each problem we are benchmarking or remake the parser of .emp programs to support n-ary intersection (needed by bool_comb/intersect benchmark) and taking the .emp program as first argument.
Check compatibility with .mata format. Then either create parser or convert .mata to supported format.
The text was updated successfully, but these errors were encountered:
For CADE this repo was used. There is problem with the format, it expects specific .mata format, where the alphabet formulas in transitions are given as conjunctions of literals. Also it probably expects final formula to be in negated form.
Currently, there are some source files of MONA library in the virtual machine. It needs to be brought up to date.
This should comprise of:
build.sh
script that will build the MONA and copy the runnable binaries to$HOME/bin
.emp
programs to support n-ary intersection (needed by bool_comb/intersect benchmark) and taking the.emp
program as first argument.The text was updated successfully, but these errors were encountered: