Docs.rs
sat-rs-0.0.3
sat-rs 0.0.3
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
SauravMaheshkar
Dependencies
clap ^4.0
normal
Versions
63.64%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module notation
sat_rs
0.0.3
Module notation
Module Items
Structs
In crate sat_
rs
sat_rs
Module
notation
Copy item path
Source
Expand description
Collection of structs representing the notation used in the SAT solver
Literal
- A struct representing a literal (atom)
Clause
- A struct representing a clause
Formula
- A struct representing a propositional formula
Structs
ยง
Clause
Struct representing a Clause
Formula
Struct representing a Propositional Formula
Literal
Struct representing a Literal. Also known as an atom.