/// A module which contains structs which implement the [`Solve`](crate::solvers::Solve) trait. These structs are used to
/// solve the assignment problem.
use crate::;
/// Common configuration for the solvers.
/// The Solve trait is implemented by structs which solve the assignment problem.