Documentation
¶
Overview ¶
Package tgff provides a parser for the TGFF (Task Graphs For Free) format, which is a format for storing task graphs and accompanying data used in scheduling and allocation research.
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Graph ¶
type Graph struct { Name string ID uint Period uint Tasks []Task Arcs []Arc Deadlines []Deadline // Hard deadlines }
Graph represents a graph in a TGFF file.
type Result ¶
Result is a representation of a TGFF file.
func Parse ¶
Parse reads the content of a TGFF file (*.tgff), generated by the tgff command-line tool from a TGFFOPT file (*.tgffopt), and returns its representation in a Result struct.
Click to show internal directories.
Click to hide internal directories.