static bdd_ptr 
CPImageBoth(
  DdManager * dd, 
  CPList  Clist, 
  bdd_ptr  S, 
  bdd_ptr  vars 
)
Depending the Cluster list passed as argument, this function computes respectively the forward or backward image of a given state. CP version.

Defined in imgUtil.c

static bdd_ptr 
ImgImageBwdCP(
  CPTrans_Ptr  trans, 
  bdd_ptr  g 
)
Computes the backward image of a set of states. It uses an implicitly conjoined transition relation. The resulting set is in term of current state variables.

Side Effects None

Defined in imgUtil.c

static bdd_ptr 
ImgImageFwdCP(
  CPTrans_Ptr  trans, 
  bdd_ptr  g 
)
Computes the forward image of a set of states. It uses an implicitly conjoined transition relation. The resulting set is in term of current state variables.

Side Effects None

Defined in imgUtil.c

int 
Img_CheckNoCone(
    
)
Check if a model has been built and exists.. Return zero if something wrong.

Side Effects required

See Also optional
Defined in imgUtil.c

int 
Img_Check(
    
)
Check if built model exists. Return zero if something wrong.

Defined in imgUtil.c

bdd_ptr 
Img_ImageBwd(
  Fsm_BddPtr  fsm, 
  bdd_ptr  g 
)
Computes the backward image of a set of states. The resulting set is in term of current state variables. Depending the partitioning heuristich choosen, the corresponding image function is used.

Side Effects None

See Also Img_ImageFwd
Defined in imgUtil.c

bdd_ptr 
Img_ImageFwd(
  Fsm_BddPtr  fsm, 
  bdd_ptr  g 
)
Computes the forward image of a set of states. The resulting set is in term of current state variables. Depending the partitioning heuristich choosen, the corresponding image function is used.

Side Effects None

See Also Img_ImageBwd
Defined in imgUtil.c

Last updated on 1021121 13h59