0 Forks
0 Stars
0 Watchers

Streetmap

Program that gets from user or randomly generates streets (multilinear segment approximation) with name and segment coordinates, gets the graph formed by the streets with intersections and adjacent street nodes as vertices, and finds shortest path (one of) between any 2 nodes of the resultant undirected and unweighted graph. Vertex Cover program uses miniSAT to find vertex cover in the graph generated.

How to download and setup Streetmap

Open terminal and run command
git clone https://github.com/RBaLa/Streetmap.git
git clone is used to create a copy or clone of Streetmap repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with Streetmap https://github.com/RBaLa/Streetmap/archive/master.zip

Or simply clone Streetmap with SSH
[email protected]:RBaLa/Streetmap.git

If you have some problems with Streetmap

You may open issue on Streetmap support forum (system) here: https://github.com/RBaLa/Streetmap/issues