Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile and make runnable MONA library #8

Open
3 tasks
tfiedor opened this issue Sep 4, 2023 · 2 comments
Open
3 tasks

Compile and make runnable MONA library #8

tfiedor opened this issue Sep 4, 2023 · 2 comments

Comments

@tfiedor
Copy link
Member

tfiedor commented Sep 4, 2023

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.
@jurajsic
Copy link
Member

jurajsic commented Sep 4, 2023

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.

@tfiedor
Copy link
Member Author

tfiedor commented Sep 5, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants