Loading...
Searching...
No Matches
matlab.gams.control.SymbolDomainViolation Class Reference

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

Public Attributes

gams.control.SymbolRecord record
 (read only) SymbolRecord instance whose domain is violated
 
logical violationArray
 (read only) Violation array of boolean value with the size of the Symbol instance dimension
 

Detailed Description

Domain violation information for a Symbol instance.

Each SymbolDomainViolation contains two pieces of information. First, a violation array of boolean value with the size of the Symbol 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 SymbolRecord instance of the Symbol instance whose domain is violated.

See also
DatabaseDomainViolation, Database.checkDomains, Database.getDatabaseDomainViolations, Symbol.checkDomains, Symbol.getSymbolDomainViolations