-
Compile_BuildInitBdd()
- Computes the BDD representing set of initial states.
-
Compile_BuildInvarBdd()
- Computes the BDD representing model invariants.
-
Compile_BuildModelIwls95CP()
- The implicitly conjoined transition relation is
computed accordingly to the heuristic described in IWLS95.
-
Compile_BuildModelMonolithicBdd()
- Builds the monolithic transition relation BDD.
-
Compile_BuildModelMonolithic()
- Builds the monolithic transition relation into CP
structure.
-
Compile_BuildModelThreshold()
- Builds an implicitly conjoined transition relation.
-
Compile_BuildVarsBdd()
- The ADD variables are built.
-
Compile_CPAddClusterAndFillSchedule()
- Add the LTL tableau as a new BDD cluster in the transition relation.
-
Compile_CheckProgram()
- Semantic checks on the model.
-
Compile_CheckWff()
- Checking formula potential errors and results.
-
Compile_EncodeVarsInit()
- Initializes the data structure relative to BDD variables.
-
Compile_EncodeVar()
- Encode a variable into BDD.
-
Compile_End()
- Shut down the compile package
-
Compile_FlattenHierarchy()
- Traverse the module hierarchy, extracts the informations and flatten the hierarchy.
-
Compile_FlattenSexpExpandDefine()
- Flattens an expression and expands defined symbols.
-
Compile_FlattenSexp()
- Builds the flattened version of an expression.
-
Compile_FlattenTableau()
- Traverse the module tableau, extracts the informations and flatten the tableau.
-
Compile_GetOrdering()
- Return the list of variables corresponding
to the current order of variables in the system.
-
Compile_InitializeSexpBuildModel()
- required
-
Compile_Init()
- Initializes the compile package.
-
Compile_ReadOrder()
- reads from a file the variable order.
-
Compile_WriteFlattenBool()
- Prints the flatten version of an SMV model.
-
Compile_WriteFlatten()
- Prints the flatten version of an SMV model.
-
Compile_WriteOrder()
- Writes on a file the variable order.
Last updated on 1011114 08h21