//! This module contains the [`Objective`] for the TSP when considered the
//! [`TspTourWithInfo`] wrapper.
use crate;
use TspTourWithInfo;
;
/// Builds the [`Objective`] for [`TspTourWithInfo`], which consists of a single [`Indicator`] for the total
/// distance of the tour.