The Valid_State_Monomial procedure returns true iff the Monomial is in a valid state - that is, iff the Monomial passes all of the valid state tests.
Calling syntax:
| Logical = Valid_State(Monomial) |
Input variables:
| Monomial | The Monomial to be checked. |
Output variable:
| Valid_State | True iff the Monomial is in a valid state. |
Internal variables:
| Variable | Description. [Units] |
The Valid_State_Monomial code listing contains additional documentation.
Michael L. Hall