Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Network ¶
type Network struct {
// contains filtered or unexported fields
}
Network consists of a list of directions and a graph of nodes.
func LoadNetwork ¶
LoadNetwork loads a network from the given file. The first line of the file is a list of L and R instructions, and subsequent lines are nodes in the network.
Click to show internal directories.
Click to hide internal directories.