rapid_solve 0.1.7

This library provides a metaheuristic framework for solving combinatorial optimization problems.
Documentation
1
2
3
//! This module contains an example implementation of the [TSP][tsp] and several
//! [solvers][tsp::solvers].
pub mod tsp;