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

Domain violation information for a GAMSSymbol instance. More...

Public Attributes

GAMSSymbolRecord record
 (read only) GAMSSymbolRecord instance whose domain is violated
 
logical violationArray
 (read only) Violation array of boolean value with the size of the GAMSSymbol instance dimension
 

Detailed Description

Domain violation information for a GAMSSymbol instance.

Each GAMSSymbolDomainViolation contains two pieces of information. First, a violation array of boolean value with the size of the GAMSSymbol instance dimension. The array position contains {true} value if there is a domain violation at the relative dimension, otherwise it contains {false} value. Second, a GAMSSymbolRecord instance of the GAMSSymbol instance whose domain is violated.

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