7#if !defined(TETENGO_LATTICE_CONNECTION_HPP)
8#define TETENGO_LATTICE_CONNECTION_HPP
36 [[nodiscard]]
constexpr int cost()
const
A connection.
Definition connection.hpp:17
constexpr connection(int cost)
Creates a connection.
Definition connection.hpp:26
constexpr int cost() const
Returns the cost.
Definition connection.hpp:36