Messages & Representation Examples

(CreateConstraint
:sender Engineer
:receiver Redux
:language ProcessLink
:content ( ConstraintName|Beam-Strength&

    ConstraintExpression|(> (section-modulus Beam1) 100.0)&
    PO|(Beam1)&
    Variables|((section-modulus Beam1))&)
)

The section modulus of each beam of type Beam1 should be greater than 100.0.

:content ( ConstraintName|Weight-Budget&

    ConstraintExpression| (< 50.0)&
    Variables|((weight PUH-A))&
    Exploding-Variable|(Part-of PUH-A)& )
)

The weight of all parts (transitive) of the PUH-A should be less than 50.0.


NEXT

Charles Petrie

Last modified: Wed Jul 23 10:49:13 PDT 1997