From 200152b76917ee6abd5bbb7ab1bca3bbce2ae816 Mon Sep 17 00:00:00 2001 From: Henri Saudubray Date: Tue, 22 Apr 2025 18:13:09 +0200 Subject: [PATCH] chore: cleanup --- README.md => README | 0 TODO.md | 5 ----- 2 files changed, 5 deletions(-) rename README.md => README (100%) delete mode 100644 TODO.md diff --git a/README.md b/README similarity index 100% rename from README.md rename to README diff --git a/TODO.md b/TODO.md deleted file mode 100644 index f2613fc..0000000 --- a/TODO.md +++ /dev/null @@ -1,5 +0,0 @@ -# TODO - -- define hybrid systems as synchronous systems on streams of functions -- define the abstract solver interface -- implement the main simulation function