| 
    decompiler
    1.0.0
    
   | 
 
A stack equation. More...
Static Public Member Functions | |
| static bool | compare (const StackEqn &a, const StackEqn &b) | 
| Order two equations.  More... | |
Public Attributes | |
| int4 | var1 | 
| Variable with 1 coefficient.  | |
| int4 | var2 | 
| Variable with -1 coefficient.  | |
| int4 | rhs | 
| Right hand side of the equation.  | |
A stack equation.
Order two equations.
| a | is the first equation to compare | 
| b | is the second | 
References var1.
Referenced by StackSolver::duplicate(), and StackSolver::propagate().
 1.8.11