Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fhamonic authored Sep 10, 2024
1 parent 9a7a2a6 commit 8009756
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ conan create . -u -b=missing -pr=<your_conan_profile>

Then add the dependency to melon in your project `conanfile.txt` or `conanfile.py`.

### As a Conan center package (latest release)
### Soon, as a Conan center package (latest release)

Just add `melon/1.0.0-alpha.1` to your project `conanfile.txt` or `conanfile.py`.

Expand Down Expand Up @@ -95,18 +95,18 @@ for(auto && component : strongly_connected_components(graph)) {
## Roadmap

Concepts and containers:
- tree graphs
- bipartite graph
- planar graph
- geometry coordinates (trilinear)
- tree graphs
- bipartite graph
- planar graph
- geometry coordinates (trilinear)

Algorithms:
- Bentley-Ottman (line segment intersections)
- planar map intersection
- Network simplex
- Traveling salesman
- Bentley-Ottman (line segment intersections)
- planar map intersection
- Network simplex
- Traveling salesman

Utility:
- JSON serialization
- SVG / Graphviz printer
- JSON serialization
- SVG / Graphviz printer

0 comments on commit 8009756

Please sign in to comment.