Method | Description | |
---|---|---|
CreateTikzUnfolding ( string path, string between_node, TemporalNetwork temp_net ) : void |
Creates a TikZ representation of the temporal unfolding of the temporal network
|
public static CreateTikzUnfolding ( string path, string between_node, TemporalNetwork temp_net ) : void | ||
path | string | The path to which to write the tikz file |
between_node | string | |
temp_net | TemporalNetwork | The temporal network that shall be exported |
return | void |