matlab.gams.control.DatabaseDomainViolation Class Reference
Stores a domain violation information for each symbol in a Database instance. More...
Public Attributes | |
integer | numberOfSymbolDomainViolations |
(read only) Number of domain violations record that this symbol are violated | |
gams.control.Symbol | symbol |
(read only) Symbol instance whose domain is violated | |
cell | symbolDomainViolations |
(read only) List of domain violation records for the symbol | |
Detailed Description
Stores a domain violation information for each symbol in a Database instance.
It contains information of which Symbol instance whose domain is violated and a list of DatabaseDomainViolation instances containing all domain violation records of the Symbol instance.