From e623a3b40829c3817b87ca307f84b4b16218c6c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Schnabel?= Date: Tue, 24 Oct 2023 08:57:05 +0200 Subject: [PATCH] Add gdxAllowBogusDomains as property to the "gdxapi.yaml" API YAML definition file --- src/gdxapi.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/gdxapi.yaml b/src/gdxapi.yaml index 50afa5d..243a9ed 100644 --- a/src/gdxapi.yaml +++ b/src/gdxapi.yaml @@ -1091,6 +1091,16 @@ properties: action : w function : StoreDomainSets description : Flag to store one dimensional sets as potential domains, false saves lots of space for large 1-dim sets that are no domains but can create inconsistent GDX files if used incorrectly. + - gdxAllowBogusDomains: + type : bool + action : r + function : AllowBogusDomains + description : Flag to ignore using 1-dim sets as domain when their elements are not tracked. + - gdxAllowBogusDomains: + type : bool + action : w + function : AllowBogusDomains + description : Flag to ignore using 1-dim sets as domain when their elements are not tracked. #function pointer definitions functionpointers: