Add Max Independent Set algorithm.

This commit is contained in:
Oleg Sh
2025-08-09 13:53:31 +02:00
parent 2bc0bda130
commit a5120569f3
26 changed files with 201 additions and 40 deletions

View File

@@ -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>