pumpkin-propagators 0.4.0

The propagators of the Pumpkin constraint programming solver.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Contains propagator implementations that are used in Pumpkin.
//!
//! See the [`propagation`] for info on propagators.
#[cfg(doc)]
use pumpkin_core::propagation;

pub mod arithmetic;
pub mod cumulative;
pub mod disjunctive;
pub mod element;