Updating graph

* Implemented MatrixGraph
* Changed save/load logics (test not passing)
This commit is contained in:
2021-01-06 16:28:01 +01:00
parent ddc81330ab
commit 7f16252890
27 changed files with 1678 additions and 1771 deletions

View File

@@ -7,7 +7,6 @@ package berack96.lib.graph.models;
*
*/
public class MarkSaveStructure {
public MarkSaveStructure() {}
protected MarkSaveStructure(String v, Object m) {
this.vert = v;
this.mark = m;