Fixed shrt path algorithm name for graphs with negative edges. Fix loader.

This commit is contained in:
Oleg Sh
2024-08-03 21:03:42 +02:00
parent d628dcd74d
commit c9201526a9
25 changed files with 117 additions and 4369 deletions

View File

@@ -1,5 +1,5 @@
// Global version needs to force reload scripts from server.
let globalVersion = 78;
let globalVersion = 79;
var include = function(filename, localDir) {
return {filename: filename, localDir: localDir};