From 7c8a3fd217418c6f956a9315eb13c2a31a9f85a0 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Wed, 15 May 2019 22:37:35 +0200 Subject: feat: Add initial version of OpenDC simulation model This change adds the initial version of the port of the OpenDC simulation model to version 2.x of the simulator. The simulation model has been reworked to support immutability and event-driven simulation, with speed-ups up to 75x. --- settings.gradle.kts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'settings.gradle.kts') diff --git a/settings.gradle.kts b/settings.gradle.kts index a9b2ea83..085885ba 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -27,3 +27,9 @@ include(":odcsim-core") include(":odcsim-engine-tests") include(":odcsim-engine-omega") include(":odcsim-testkit") +include(":opendc-core") +include(":opendc-experiments-tpds") +include(":opendc-format") +include(":opendc-format-gwf") +include(":opendc-format-sc18") +include(":opendc-workflows") -- cgit v1.2.3