From 85799d03f20dcb33c836ee249095252f65ea219f Mon Sep 17 00:00:00 2001
From: Alexandre Guillemot <alexandre.guillemot@inria.fr>
Date: Thu, 27 Mar 2025 16:19:30 +0100
Subject: [PATCH] add issac table

---
 tables/jncf_2025/entries.json | 67 +++++++++++++++++++++++++++++++++++
 1 file changed, 67 insertions(+)
 create mode 100644 tables/jncf_2025/entries.json

diff --git a/tables/jncf_2025/entries.json b/tables/jncf_2025/entries.json
new file mode 100644
index 00000000..2cf30110
--- /dev/null
+++ b/tables/jncf_2025/entries.json
@@ -0,0 +1,67 @@
+{
+    "data_list": [
+        "linear/dense-1000/all/1",
+        "linear/dense-2000/all/1",
+        "linear/katsura-20/all/1",
+        "linear/resultants-3-4/all/1",
+        "linear/resultants-2-5/all/1",
+        "linear/sumpowlin-factorized-3-10-10/random-100/1",
+        "linear/sumpowlin-factorized-3-20-10/random-100/1",
+        "linear/sumpowlin-factorized-3-30-10/random-100/1"
+    ],
+    "packages": [
+        "homotopycontinuation",
+        "adaptive"
+    ],
+    "header": {
+        "val": "root",
+        "children": [
+            {
+                "val": "name",
+                "children": []
+            },
+            {
+                "val": "dimension",
+                "children": []
+            },
+            {
+                "val": "max deg",
+                "children": []
+            },
+            {
+                "val": "homotopycontinuation",
+                "children": [
+                    {
+                        "val": "tottime",
+                        "children": []
+                    },
+                    {
+                        "val": "failures",
+                        "children": []
+                    },
+                    {
+                        "val": "maxsteps",
+                        "children": []
+                    }
+                ]
+            },
+            {
+                "val": "adaptive",
+                "children": [
+                    {
+                        "val": "tottime",
+                        "children": []
+                    },
+                    {
+                        "val": "maxprec",
+                        "children": []
+                    },
+                    {
+                        "val": "maxsteps",
+                        "children": []
+                    }
+                ]
+            }
+        ]
+    }
+}
\ No newline at end of file
-- 
GitLab