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 brics library #9

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

Compile and make runnable brics library #9

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 brics 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 VATA 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. (this might be problematic, as it requires specific .rangenfa format.
@jurajsic
Copy link
Member

jurajsic commented Sep 4, 2023

For CADE this repo was used. It contains some capnproto shit for the format it can parse (.range16nfa), this should be removed and it should read .mata format where symbols are given as intervals.

@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