matmod/README.md

17 lines
873 B
Markdown
Raw Normal View History

2024-10-15 10:37:44 -04:00
# VSPursuer: Verify Relevance Properties for Matrix Models with Implicative Connectives
2024-05-03 13:06:52 -04:00
2024-06-15 12:02:31 -04:00
Interested in seeing which satisfiable models from [arranstewart/magic](https://github.com/arranstewart/magic) have the variable sharing property?
2024-05-03 13:06:52 -04:00
2024-11-05 13:19:44 -05:00
(1) Generate satisfiable matrix models using `MaGIC`.
2024-06-15 12:02:31 -04:00
- Use the `ugly` data format as the output
2024-05-29 15:34:39 -04:00
2024-06-15 12:02:31 -04:00
(2) Run our tool! It will first attempt to parse all the matrices in the output file and then check for the variable sharing property one-by-one.
2024-05-29 15:34:39 -04:00
```
2024-11-05 13:19:44 -05:00
./vspursuer.py -i examples/R6
2024-05-29 15:34:39 -04:00
```
2024-06-15 12:02:31 -04:00
2024-11-05 13:19:44 -05:00
If you face any troubles, feel free to reach out. This tool also is able to generate satisfiable models given a specification (see: R.py). This is, however, much slower than MaGIC so you're better off using that.
2024-06-15 12:02:31 -04:00
2024-11-05 13:19:44 -05:00
Check out the [GitHub issue tracker](https://github.com/Brandon-Rozek/matmod/issues) to see upcoming features or make your own requests.