From: Thomas Walker Lynch Date: Mon, 13 Jan 2025 08:25:19 +0000 (+0000) Subject: finishes SRTM_Set and turns IndexTree into an inifnite graph example X-Git-Url: https://git.reasoningtechnology.com/style/static/gitweb.js?a=commitdiff_plain;h=bfe53b7ea531b4fb1c439429e0509150d05615ae;p=Ariadne finishes SRTM_Set and turns IndexTree into an inifnite graph example --- diff --git a/developer/example/IndexTree/SRTM_Diagonal.java b/developer/example/IndexTree/SRTM_Diagonal.java index f2ef3f4..a7fea33 100644 --- a/developer/example/IndexTree/SRTM_Diagonal.java +++ b/developer/example/IndexTree/SRTM_Diagonal.java @@ -97,27 +97,29 @@ public class SRTM_Diagonal extends Ariadne_SRTM{ // Static // - public static SRTM_Diagonal make(){ - return new SRTM_Diagonal(); + public static SRTM_Diagonal make(Label start_node){ + return new SRTM_Diagonal(start_node); } // Instance data // - private List