summaryrefslogtreecommitdiff
path: root/gradlew.bat
AgeCommit message (Collapse)Author
2025-12-24Initial commitmjkwiatkowski
2024-10-29Updated all floats to Doubles (#257)Dante Niewenhuis
* Updated tests Changed all floats into doubles to have consistency over the whole framework Made a small update to the multiplexer to better push through supply and demand Fixed small typo Updated M3SA paths. fixed merge conflicts Removed unused components. Updated tests. Improved checkpointing model Improved model, started with SimPowerSource implemented FailureModels and Checkpointing First working version midway commit first update All simulation are now run with a single CPU and single MemoryUnit. multi CPUs are combined into one. This is for performance and explainability. * Updated test memory
2022-11-25build: Update to Gradle 7.6Fabian Mastenbroek
This change updates the Gradle wrapper version to 7.6 in order to support building the project with Java 19.
2022-11-13build: Update to Gradle 7.6-rc3Fabian Mastenbroek
This change updates the Gradle wrapper version to 7.6-rc3 in order to support building the project with Java 19.
2021-04-25build: Migrate to flat project structureFabian Mastenbroek
This change updates the project structure to become flattened. Previously, the simulator, frontend and API each lived into their own directory. With this change, all modules of the project live in the top-level directory of the repository. This should improve discoverability of modules of the project.