gacha 0.0.0

Hamiltonian path solver
Documentation
1
2
3
pub trait Weighted {
    fn weight(&self) -> usize;
}