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

@@ -221,4 +221,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";
?>

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";
?>

View File

@@ -258,4 +258,13 @@ We have added Dutch translation 🇳🇱. Thank you Willie de Wit</a>";
$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";
?>

View File

@@ -258,4 +258,13 @@ Tenemos traducciones en griego 🇬🇷.</a> <a href=\"https://github.com/UnickS
$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";
?>

View File

@@ -226,4 +226,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";
?>

View File

@@ -222,5 +222,14 @@
$g_lang['edge_width'] = "Edge width";
$g_lang['selected_index'] = "Selection group";
$g_lang['all'] = "All";
$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";
?>

View File

@@ -224,4 +224,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";
?>

View File

@@ -259,4 +259,13 @@
$g_lang['selected_index'] = "Группа выделения";
$g_lang['all'] = "Все";
//FindAllPatches.js
$g_lang['find_all_pathes'] = "Поиск всех путей";
$g_lang['number_of_pathes_from'] = "Количество путей из ";
$g_lang['to'] = " в ";
$g_lang['are'] = " равно ";
$g_lang['path_n'] = "Путь №";
$g_lang['selected_finish_vertex'] = "Выделите конечную вершину";
$g_lang['selected_start_vertex'] = "Выделите начальную вершину";
?>

View File

@@ -220,4 +220,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";
?>