SkillAgentSearch skills...

Rsmt2

A generic library to interact with SMT-LIB 2 compliant solvers running in a separate system process, such as Z3 and CVC4.

Install / Use

/learn @kino-mc/Rsmt2
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

crates.io Documentation CI

rsmt2

A generic library to interact with SMT-LIB 2 compliant solvers running in a separate system process, such as z3 and CVC4.

If you use this library consider contacting us on the repository so that we can add your project to the readme.

See changes.md for the list of changes.

Features

  • [x] support main solvers (z3, CVC4, Yices 2)
  • [x] all basic declaration/definition/assertion/model/values commands
  • [x] check-sat-assuming, with dedicated actlit API
  • [x] the commands to run each solver can be passed through environment variables, see the conf module
  • [ ] alt-ergo
  • [ ] get-proof command

Known projects using rsmt2

  • kinō, a model-checker for transition systems (abandoned)
  • hoice, a machine-learning-based predicate synthesizer for horn clauses

License

MIT/Apache-2.0

View on GitHub
GitHub Stars68
CategoryDevelopment
Updated2mo ago
Forks15

Languages

Rust

Security Score

95/100

Audited on Jan 28, 2026

No findings