From 42beaa692836a6a84c4b5b87dcbb1d40885803bc Mon Sep 17 00:00:00 2001 From: Julian Straus <104911227+JulStraus@users.noreply.github.com> Date: Wed, 16 Oct 2024 17:33:02 +0200 Subject: [PATCH] Added compatibility for SparseVariables (#7) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 8bc949b..0db46f5 100644 --- a/Project.toml +++ b/Project.toml @@ -14,3 +14,4 @@ EnergyModelsBase = "0.8.1" JuMP = "1.5" TimeStruct = "0.9" julia = "1.10" +SparseVariables = "0.7.3" \ No newline at end of file