or-tools 0.1.0

Unofficial Rust wrappers to the C++ library Google OR-Tools, open source software for combinatorial optimization
1
2
3
4
#[macro_use]
extern crate cpp;

pub mod graph;