mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-13 03:06:11 +00:00
Added Floid algorithm.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user