Skip to content
Snippets Groups Projects
Commit dbc16200 authored by Hadhami OUNI's avatar Hadhami OUNI
Browse files

Readme.md

parent f15263ae
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
This program allows users to either generate a random graph or extract the optimal solution of a graph from a `.dot` file. It provides the following functionalities:
1. **Generate a Random Graph**: Users can specify the number of nodes, edges, and labels to generate a random graph.
1. **Generate a Random Graph**: Users can specify the number of nodes, edges, and labels to generate a random, deterministic, and connected graph. This is achieved using the `generateRandomGraph` function in `Graph.cpp`.
2. **Extract Optimal Solution from a .dot File**: Users can provide a `.dot` file to extract and optimize the graph.
After generating the graph or loading it from a file, the program performs the following steps:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment