SATISFIED: Difference between revisions

From ASCEND
Jump to navigation Jump to search
Created page with '{{missing}} Category:Syntax'
 
No edit summary
 
Line 1: Line 1:
{{missing}}
{{stub}}
 
The '''SATISFIED''' function returns [[TRUE]] if a real-valued relation has a residual less than a specified tolerance. The SATISFIED statement is required for work with [[conditional modelling]]. For example,
 
<source lang=a4c>
  x == SATISFIED(relname, 1e-7);
</source>
 
See also [[WHEN]], [[CONDITIONAL]], [[logical relation]].
 
[[Category:Syntax]]
[[Category:Syntax]]

Latest revision as of 08:54, 2 August 2010

The SATISFIED function returns TRUE if a real-valued relation has a residual less than a specified tolerance. The SATISFIED statement is required for work with conditional modelling. For example,

   x == SATISFIED(relname, 1e-7);

See also WHEN, CONDITIONAL, logical relation.