Loading...
Searching...
No Matches
Matlab.GAMS.GAMSDatabaseDomainViolation Class Reference

Stores a domain violation information for each symbol in a GAMSDatabase instance. More...

Public Attributes

integer numberOfSymbolDomainViolations
 (read only) Number of domain violations record that this symbol are violated
 
GAMSSymbol symbol
 (read only) GAMSSymbol 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 GAMSDatabase instance.

It contains information of which GAMSSymbol instance whose domain is violated and a list of GAMSDatabaseDomainViolation instances containing all domain violation records of the GAMSSymbol instance.

See also
GAMSDatabase.checkDomains, GAMSDatabase.getDatabaseDomainViolations, GAMSSymbolDomainViolation, GAMSSymbol.checkDomains, GAMSSymbol.getSymbolDomainViolations