|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.upb.swt.mcie.mc.Procedures
public class Procedures
This class implements some general procedures which might be used in some model checking algorithms.
Constructor Summary | |
---|---|
Procedures()
|
Method Summary | |
---|---|
static ROBDD |
transClosure(Context context,
ROBDD r)
This method calculates the transitive closure of a given relation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Procedures()
Method Detail |
---|
public static ROBDD transClosure(Context context, ROBDD r)
r
- the relation represented as an ROBDD
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |