ptal / pcpLinks
Constraint programming in Rust
☆109Updated last year
Alternatives and similar repositories for pcp
Users that are interested in pcp are comparing it to the libraries listed below
Sorting:
- A pure Rust linear programming solver☆88Updated 4 years ago
- Lp modeler written in Rust☆102Updated 4 years ago
- A modern (trail saving, clause subsumption/vivification, learning-rate based selecting, rephrase) CDCL SAT solver in Rust☆99Updated 2 weeks ago
- A research project in path semantics, a re-interpretation of functions for expressing mathematics☆172Updated 2 weeks ago
- A Rust logic programming library inspired by the *Kanren family of language DSLs.☆52Updated 3 months ago
- A crate which defines parsers for common programming language constructs using https://github.com/Marwes/combine☆90Updated 3 years ago
- An idiomatic and fast QP-trie implementation in pure Rust.☆101Updated last year
- a pragmatic point-free theorem prover assistant☆141Updated last year
- rust verification condition generator☆96Updated 8 years ago
- Compact sets in rust☆57Updated 4 months ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆161Updated last year
- Razor is a tool for constructing finite models for first-order theories☆55Updated 2 years ago
- PEG parser generator built on top of nom☆70Updated 5 years ago
- A graph library for Rust.☆121Updated 4 years ago
- Judy array implementation in pure Rust☆88Updated 7 years ago
- Simple but powerful graph library for Rust☆194Updated 2 years ago
- An experimental implementation of Avatar Logic with a Prolog-like syntax☆68Updated last year
- ☆83Updated 8 years ago
- Library for backtracking with customizable search for moves☆23Updated 2 months ago
- An intrusive splay tree implementation that is no-std compatible and free from allocation and moves☆67Updated 2 months ago
- A directed acyclic graph data structure for Rust.☆222Updated 3 months ago
- Typed index version of Rust slice and Vec containers☆70Updated 2 months ago
- Rust implementation of prolog based on miniprolog: http://andrej.com/plzoo/html/miniprolog.html☆82Updated 4 years ago
- Functional lens library for Rust☆107Updated 4 years ago
- Benchmarks for the nom, the Rust parser combinators library☆128Updated last year
- Simple, Erlang-inspired fault-tolerance framework for Rust Futures.☆130Updated 4 years ago
- D-inspired contract programming in Rust using macros