pumpkin-core 0.4.0

The core of the Pumpkin constraint programming solver.
Documentation
1
2
3
4
5
6
7
8
9
mod checker;
mod hypercube;
mod linear;
mod propagator;

pub use checker::*;
pub use hypercube::*;
pub use linear::*;
pub use propagator::*;