7#if !defined(TETENGO_LATTICE_CONNECTION_H)
8#define TETENGO_LATTICE_CONNECTION_H
13#if defined(__cplusplus)
47#if defined(__cplusplus)
struct tetengo_lattice_entriesConnectionCostPair_tag tetengo_lattice_entriesConnectionCostPair_t
A pair of entries and a connection cost.
struct tetengo_lattice_connection_tag tetengo_lattice_connection_t
A connection.
A connection.
Definition connection.h:22
int cost
Definition connection.h:24
A pair of entries and a connection cost.
Definition connection.h:33
int cost
Definition connection.h:41
const tetengo_lattice_entry_t * p_to
Definition connection.h:38
const tetengo_lattice_entry_t * p_from
Definition connection.h:35
An entry.
Definition entry.h:40