Skip to content

Commit

Permalink
Add gdxAllowBogusDomains as property to the "gdxapi.yaml" API YAML de…
Browse files Browse the repository at this point in the history
…finition file
  • Loading branch information
0x17 committed Oct 24, 2023
1 parent 753593a commit e623a3b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/gdxapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e623a3b

Please sign in to comment.