From 43ff4041334b81114a4d9169bca4ad70e60963a2 Mon Sep 17 00:00:00 2001 From: p-arvy Date: Fri, 3 Jan 2025 15:41:59 +0100 Subject: [PATCH] remove useless check Signed-off-by: p-arvy --- open-reac/src/main/resources/openreac/iidm_importer.mod | 1 - 1 file changed, 1 deletion(-) diff --git a/open-reac/src/main/resources/openreac/iidm_importer.mod b/open-reac/src/main/resources/openreac/iidm_importer.mod index c935e204..5b891322 100644 --- a/open-reac/src/main/resources/openreac/iidm_importer.mod +++ b/open-reac/src/main/resources/openreac/iidm_importer.mod @@ -124,7 +124,6 @@ check {(t,g,n) in UNIT}: t in TIME; check {(t,g,n) in UNIT}: (t,n) in BUS or n==-1; check {(t,g,n) in UNIT}: (t,unit_substation[t,g,n]) in SUBSTATIONS; check {(t,g,n) in UNIT}: (t,unit_vregul_bus[t,g,n]) in BUS or unit_vregul_bus[t,g,n] == -1; -check {(t,g,n) in UNIT}: abs(unit_Pmax[t,g,n]) >= Pnull; check {(t,g,n) in UNIT}: unit_Pmax[t,g,n] >= unit_Pmin[t,g,n]; # Checks below are useless since values will be corrected for units in UNITON #check {(t,g,n) in UNIT}: unit_Qp[t,g,n] >= unit_qp[t,g,n];