cfallin / boolean_expressionLinks
A Rust library for manipulating and evaluating Boolean expressions and BDDs
☆31Updated 4 years ago
Alternatives and similar repositories for boolean_expression
Users that are interested in boolean_expression are comparing it to the libraries listed below
Sorting:
- A modern (trail saving, clause subsumption/vivification, learning-rate based selecting, rephrase) CDCL SAT solver in Rust☆102Updated 7 months ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆166Updated last year
- A graphical debugger for Rust MIR☆199Updated 3 years ago
- Overview of the Tree Borrows rules for detecting violations of the aliasing discipline in Rust☆27Updated last year
- home for proposals in and around compile-time function evaluation☆113Updated last month
- A Rust compiler plugin and support library to annotate overflow behavior☆106Updated 2 years ago
- ☆55Updated 5 months ago
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆187Updated 4 years ago
- A simple, id-based arena☆125Updated 3 weeks ago
- Faster integer division and modulus operations☆88Updated 7 months ago
- CDCL SAT solver written in Rust. Work in progress. The basics are working, but there are lots of changes ahead, including API and CLI bre…☆10Updated 3 years ago
- Using Type-Level Programming in Rust to Make Safer Hardware Abstractions☆54Updated 4 years ago
- SAT solver written in Rust☆274Updated 3 years ago
- Token tree calling convention☆83Updated 3 years ago
- A pure Rust linear programming solver☆91Updated 5 years ago
- А procedural macro useful for testing/fuzzing stateful models against a semantically equivalent but obviously correct implementation☆88Updated 2 years ago
- (More or less) accurate floating point algorithms☆57Updated last year
- GLL parsing framework.☆139Updated last year
- Where the work of WG-grammar, aiming to provide a canonical grammar for Rust, resides☆103Updated last year
- Synthesis of Loop-free Programs in Rust☆66Updated 5 years ago
- Sound unchecked indexing using “generativity”; a type system approach to indices, pointers and ranges that are trusted to be in bounds.☆105Updated 6 years ago
- A rust crate for boolean expressions (expression trees, decision diagrams, etc.)☆36Updated 3 weeks ago
- Portable Bitwise Manipulation Intrinsics☆47Updated 2 years ago
- experimental datalog rules for a next gen polonius☆19Updated 3 years ago
- Propositional logic with types in Rust☆65Updated 2 years ago
- A fast, parallel, syntax-aware test case reducer based on tree-sitter grammars☆104Updated this week
- A library for generating Graphviz DOT language files for graphs.☆78Updated 10 months ago
- Trait generalization of the fundamental types☆48Updated last year
- Dynamically query a type-erased object for any trait implementation☆67Updated 3 years ago
- rust verification condition generator☆96Updated 9 years ago