Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/boitsov14/theorem-prover-rs

Rust rewrite of theorem-prover-kt.
https://github.com/boitsov14/theorem-prover-rs

Last synced: about 1 month ago
JSON representation

Rust rewrite of theorem-prover-kt.

Lists

README

        

# theorem-prover-rs (WIP)

## Description

Rust rewrite of [theorem-prover-kt](https://github.com/boitsov14/theorem-prover-kt).

## References

- [Build Your Own First-Order Prover](http://jens-otten.de/tutorial_cade19)
- [mAarnos/Serkr](https://github.com/mAarnos/Serkr)
- [stepchowfun/theorem-prover](https://github.com/stepchowfun/theorem-prover)
- [qnighy/ipc_solver](https://github.com/qnighy/ipc_solver)
- [qnighy/logic-solver-rs](https://github.com/qnighy/logic-solver-rs)
- [varqox/prover](https://github.com/varqox/prover)