public static class CongruenceClosure.Assignment extends Object
| Constructor and Description |
|---|
Assignment(WyalFile.Expr lhs,
WyalFile.Expr rhs,
Formula dep) |
| Modifier and Type | Method and Description |
|---|---|
Formula |
getDependency() |
WyalFile.Expr |
getLeftHandSide() |
WyalFile.Expr |
getRightHandSide() |
public Assignment(WyalFile.Expr lhs, WyalFile.Expr rhs, Formula dep)
public WyalFile.Expr getLeftHandSide()
public WyalFile.Expr getRightHandSide()
public Formula getDependency()
Copyright © 2017. All rights reserved.