Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hriener/metasmt-toolbox-smt2eval
metaSMT-Based SMT-LIB2 Consistency Checker
https://github.com/hriener/metasmt-toolbox-smt2eval
binary-decision-diagrams formal-methods sat-solver satisfiability-modulo-theories
Last synced: about 1 month ago
JSON representation
metaSMT-Based SMT-LIB2 Consistency Checker
- Host: GitHub
- URL: https://github.com/hriener/metasmt-toolbox-smt2eval
- Owner: hriener
- License: mit
- Created: 2015-04-23T07:45:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-26T14:10:01.000Z (over 6 years ago)
- Last Synced: 2024-10-22T18:00:55.836Z (3 months ago)
- Topics: binary-decision-diagrams, formal-methods, sat-solver, satisfiability-modulo-theories
- Language: C++
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
# metaSMT-toolbox-smt2eval
`metaSMT-toolbox-smt2eval` is a `metaSMT` toolbox project that allows
a user to read and evaluate SMT-LIB2 instances utilizing a varity of
different solving engines. The project leverages Z3's parser to read
files in SMT-LIB2 format and `metaSMT` to evaluate them.## Requirements
The following software is required in order to build `metaSMT-toolbox-smt2eval`
* metaSMT
* Z3## Build metaSMT-toolbox-smt2eval
`metaSMT-toolbox-smt2eval` is not a standalone application but a
toolbox project for `metaSMT`. The `metaSMT` source code has to
be installed first. The `Z3` library is automatically installed as
a part of `metaSMT`.1. Install `metaSMT` to directory ``.
2. Clone `metaSMT-toolbox-smt2eval` in directory
`/toolbox`.3. Build `metaSMT` following the normal build instructions. `metaSMT`
will build in the usual way with the additional executables to check
satisfiability and consistency of SMT-LIB2 instances. The additional
executables follow the naming scheme `smt2_sat_check_*` and
`smt2_consistency_check_*`.