Commit Graph

9 Commits

Author SHA1 Message Date
Oleg Sh
31e676fd22 Add Salesman Problem algorithms. 2025-10-18 19:46:39 +02:00
Oleg Sh
46c05d94fd Update algorithm limits and error handling 2025-10-04 19:00:08 +02:00
Oleg Sh
dfeac352c1 Support multigraph for algorithms:
- Find all paths.
- Find longest path.
- Find all shortest paths.
2025-08-16 13:58:09 +02:00
Oleg Sh
d3416b63b3 Add find all shortest pathes between two vertexes. 2025-08-13 22:06:28 +02:00
Oleg Sh
a5120569f3 Add Max Independent Set algorithm. 2025-08-09 13:53:31 +02:00
Oleg Sh
2bc0bda130 Add vertex finder feature. 2025-06-15 15:52:55 +02:00
Oleg Sh
6c4e18ce99 Add dialog to select original graph or autosaved graph.
Refactor graph styles holding objects.
Small style fixes.
2025-01-05 21:05:35 +01:00
Oleg Sh
c9201526a9 Fixed shrt path algorithm name for graphs with negative edges. Fix loader. 2024-08-03 21:03:42 +02:00
Oleg Sh
43a4b44a22 Change script location.
Split js code.
Added cache and changed loading mechanism for js sources.
2023-11-06 19:16:50 +02:00