Added find all patches algorithm.

This commit is contained in:
Oleg Sh
2021-09-29 21:10:14 +02:00
parent 947a3072ba
commit dc6c90991e
14 changed files with 319 additions and 3 deletions

View File

@@ -259,4 +259,13 @@
$g_lang['selected_index'] = "Selection group";
$g_lang['all'] = "All";
//FindAllPatches.js
$g_lang['find_all_pathes'] = "Find all pathes";
$g_lang['number_of_pathes_from'] = "Number of pathes from ";
$g_lang['to'] = " to ";
$g_lang['are'] = " are ";
$g_lang['path_n'] = "Path #";
$g_lang['selected_finish_vertex'] = "Select finish vertex";
$g_lang['selected_start_vertex'] = "Select start vertex";
?>