mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 02:30:51 +00:00
Support multigraph for algorithms:
- Find all paths. - Find longest path. - Find all shortest paths.
This commit is contained in:
@@ -990,6 +990,7 @@
|
||||
|
||||
<p id="findAllShortestPathes" class="translation"><?= L('find_all_shortest_pathes')?></p>
|
||||
<p id="numberOfShortestPathesFrom" class="translation"><?= L('number_of_shortest_pathes_from')?></p>
|
||||
<p id="lengthIs" class="translation"><?= L('length_is')?></p>
|
||||
</section>
|
||||
|
||||
<script src="<?= RootCacheJS("script/pages/editor/api/index.js")?>" ></script>
|
||||
|
||||
Reference in New Issue
Block a user