Skip to content

Michlww222/TIAG

Repository files navigation

TIAG

Main_instructions:

Hello in the main graph production program!

First enter the name of the new graph, for example "MyGraph"

Then give the path to the input graph, for example "StartGraph.dot"

At the end, give the production sequence to be performed on the graph. They must be the production names saved in / productions, for example "P1 P2 P3 P4"

Enjoy the program!

Graph_creator_instruction:

Hello in the Graph Creator!

To start creating a new graph, enter name of new graph, for example "MyNewGraph"

To add a node to the graph, enter "node name label" where name is the name of the node and label is its label.

To add a edge to the graph, enter "edge tail_name head_name" where tail_name and head_name are names od nodes that are joined by the edge.

To finish creating your new graph, enter "end"

You cannot create two graph at the same time To end the program, enter "exit"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages