bdd_ptr 
ImgImageBwdConjunctive(
  bdd_ptr  g 
)
Computes the backward image of a set of states. It uses a implicitly conjoined transtion relation. The resulting set is in term of current state variables.

Side Effects None

See Also ImgImageFwdConjunctive
Defined in imgConj.c

bdd_ptr 
ImgImageBwdDisjunctive(
  bdd_ptr  g 
)
Computes the backward image of a set of states. It uses an implicitly disjoined transition relation. The resulting set is in term of current state variables.

Side Effects None

See Also ImgImageFwdDisjunctive
Defined in imgDisj.c

bdd_ptr 
ImgImageBwdInertialDisjunctive(
  bdd_ptr  g 
)
optional

Side Effects required

See Also optional
Defined in imgIdisj.c

bdd_ptr 
ImgImageBwdIwls95(
  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

See Also ImgImageFwdIwls95
Defined in imgIwls95.c

bdd_ptr 
ImgImageBwdMonolithic(
  bdd_ptr  g 
)
Computes the backward image of a set of states. The resulting set is in term of current state variables.

Side Effects None

See Also ImgImageFwdMonolithic Img_ImageFwdMonolithicOpt
Defined in imgMono.c

bdd_ptr 
ImgImageFwdConjunctive(
  bdd_ptr  g 
)
Computes the forward image of a set of states. It uses a implicitly conjoined transtion relation. The resulting set is in term of current state variables.

Side Effects None

See Also ImgImageBwdConjunctive
Defined in imgConj.c

bdd_ptr 
ImgImageFwdDisjunctive(
  bdd_ptr  g 
)
Computes the forward image of a set of states. It uses an implicitly disjoined transition relation. The resulting set is in term of current state variables.

Side Effects None

See Also ImgImageBwdDisjunctive
Defined in imgDisj.c

bdd_ptr 
ImgImageFwdIwls95(
  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

See Also ImgImageBwdIwls95
Defined in imgIwls95.c

bdd_ptr 
ImgImageFwdMonolithic(
  bdd_ptr  g 
)
Computes the forward image of a set of states. The resulting set is in term of current state variables.

Side Effects None

See Also ImgImageBwdMonolithic ImgImageBwdMonolithicOpt
Defined in imgMono.c

int 
Img_Check(
    
)
Return zero if something wrong.

Side Effects required

See Also optional
Defined in imgUtil.c

bdd_ptr 
Img_ImageBwdMonolithicOpt(
  bdd_ptr  FromLowerBound, 
  bdd_ptr  FromUpperBound, 
  bdd_ptr  toCareSet 
)
Computes the backward image of a set of states between fromLowerBound and fromUpperBound. First a set of states between fromLowerBound and fromUpperBound is computed. Then, the transition relation is simplified by cofactoring it wrt to the set of states found in the first step, and wrt the toCareSet. The resulting set is in term of current state variables.

Side Effects None

See Also ImgImageFwdMonolithic Img_ImageFwdMonolithicOpt
Defined in imgMono.c

bdd_ptr 
Img_ImageBwd(
  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_ImageFwdMonolithicOpt(
  bdd_ptr  FromLowerBound, 
  bdd_ptr  FromUpperBound, 
  bdd_ptr  toCareSet 
)
Computes the forward image of a set of states between fromLowerBound and fromUpperBound. First a set of states between fromLowerBound and fromUpperBound is computed. Then, the transition relation is simplified by cofactoring it wrt to the set of states found in the first step, and wrt the toCareSet. The resulting set is in term of current state variables.

Side Effects None

See Also ImgImageBwdMonolithic Img_ImageBwdMonolithicOpt
Defined in imgMono.c

bdd_ptr 
Img_ImageFwd(
  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

bdd_ptr 
Iwls95ImageBoth(
  DdManager * dd, 
  node_ptr  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.

See Also Iwls95ImageBwd Iwls95ImageFwd
Defined in imgIwls95.c

bdd_ptr 
Iwls95ImageBwd(
  DdManager * dd, 
  node_ptr  Clist, 
  bdd_ptr  S, 
  bdd_ptr  vars 
)
First the current state variables of state S are substituted with the corresponding next one. Later the backward image computation is performed.

See Also Iwls95ImageBoth Iwls95ImageFwd
Defined in imgIwls95.c

bdd_ptr 
Iwls95ImageFwd(
  DdManager * dd, 
  node_ptr  Clist, 
  bdd_ptr  S, 
  bdd_ptr  vars 
)
First the forward image computation function is called, this returns an image in next variables. Later variable substitution is performed to obtain image on current state variables.

See Also iWls95ImageBwd IwlsImageBoth
Defined in imgIwls95.c

Last updated on 990908 16h51