rpid 0.4.0

Rust Programmable Interface for Domain-Independent Dynamic Programming (RPID)
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod data_structures;
pub mod hash_distribution;
pub mod hd_beam_search1;
pub mod hd_beam_search2;
pub mod shared_beam_search;

pub use data_structures::{ArcIdTree, SendableCostNode, SendableDualBoundNode};
pub use hd_beam_search1::hd_beam_search1;
pub use hd_beam_search2::hd_beam_search2;
pub use shared_beam_search::shared_beam_search;