mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 02:30:51 +00:00
Add Max Independent Set algorithm.
This commit is contained in:
@@ -982,6 +982,11 @@
|
||||
<p id="selectGraphToLoad" class="translation"><?= L('load_oiginal_or_autosaved')?></p>
|
||||
|
||||
<p id="vertexNamePlaceHolder" class="translation"><?= L('vertex_name_place_holder')?></p>
|
||||
|
||||
<p id="maxIndependentSet" class="translation"><?= L('max_independent_set')?></p>
|
||||
<p id="maxIndependentSetNotFound" class="translation"><?= L('max_independent_set_not_found')?></p>
|
||||
<p id="maxIndependentSetSizeIs" class="translation"><?= L('max_independent_set_size_is')?></p>
|
||||
<p id="maxIndependentSetContains" class="translation"><?= L('max_independent_set_contains')?></p>
|
||||
</section>
|
||||
|
||||
<script src="<?= RootCacheJS("script/pages/editor/api/index.js")?>" ></script>
|
||||
|
||||
Reference in New Issue
Block a user