Added Floid algorithm.

This commit is contained in:
Unick Soft
2017-12-10 22:01:46 +03:00
parent d6d27397a4
commit 6a6919b2f1
8 changed files with 290 additions and 3 deletions

View File

@@ -40,6 +40,11 @@
display: none;
}
#floidMatrix
{
display: none;
}
#saveDialog
{
display: none;
@@ -66,6 +71,14 @@
overflow-wrap: normal;
}
#FloidMatrixField
{
overflow: scroll;
width : 100%;
height: 300px;
overflow-wrap: normal;
}
#NeedAlgorithmMessage
{
width : 100%;
@@ -282,6 +295,10 @@
{
height: 200px;
}
#IncidenceMatrixField
{
height: 200px;
}
#addVertex
{