Docs.rs
boolean-circuit-2.2.0
boolean-circuit 2.2.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
chriseth
Dependencies
itertools ^0.14.0
normal
pretty_assertions ^1.4.1
dev
Versions
76.67%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
boolean_
circuit
2.2.0
Module dimacs
Module Items
Functions
In boolean_
circuit::
file_
formats
boolean_circuit
::
file_formats
Module
dimacs
Copy item path
Source
Functions
ยง
from_
dimacs
Parses a DIMACS file and returns it in CNF. Variable names are kept as decimal numbers.
to_
dimacs
Writes the given CNF into a writer in DIMACS format and returns a mapping from variable IDs to their names.