// Copyright (c) 2020-2021 Thomas Kramer.
// SPDX-FileCopyrightText: 2022 Thomas Kramer <code@tkramer.ch>
//
// SPDX-License-Identifier: AGPL-3.0-or-later
//! Representation of the solution of a placement problem.
//!
//! A trait based representation gives more flexibility.
pub use prelude as db;
use HashMap;
use cratePlacementStatus;
/// Representation of the placement solution.