Docs.rs
csp-solver-0.1.0
csp-solver 0.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
mkbabb
Dependencies
pyo3 ^0.24
normal
optional
criterion ^0.5
dev
hungarian ^1
dev
proptest ^1
dev
Versions
77.78%
of the crate is documented
Platform
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
Skip to main content
VarId
csp_
solver
0.1.0
In csp_
solver::
constraint::
traits
csp_solver
::
constraint
::
traits
Type Alias
VarId
Copy item path
Source
pub type VarId =
u32
;
Expand description
Unique variable identifier (index into the variable array).