Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 339 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 339 Bytes

L3-Graph-Theory

About

This project is a rough implementation of the graph theory, supporting rank, loop detection and scheduling.

Using the program

You need to compile every .cpp and .h files. If you are using CMAKE, you should be able to use the CMakeList.

We recommend C++ 17.

The program is fully working inside a terminal.