Changeset 96
- Timestamp:
- Jul 9, 2012, 4:36:29 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vis_dev/vis-2.3/src/debug/debug.c
r45 r96 829 829 /* with the transtion relation */ 830 830 /***********************************/ 831 rel = buildDummy 3(mddManager,network);831 rel = buildDummyBdd(mddManager); 832 832 if(rel == NIL(mdd_t)) 833 833 { … … 853 853 char * nodeName; 854 854 arrayForEachItem(char *, roots, i, nodeName) { 855 855 856 /* The new relation */ 856 857 vertex_t *vertex = Part_PartitionFindVertexByName(partition, nodeName); … … 858 859 int mddId = array_fetch(int, rangeVarMddIdArray, i); 859 860 mdd_t *relation = Mvf_FunctionBuildRelationWithVariable(mvf, mddId); 860 mdd_FunctionPrintMain (mddManager ,relation,"MVF",vis_stdout); 861 if(verbose){ 862 int x; 863 mdd_t * comp; 864 865 Mvf_FunctionForEachComponent( mvf, x, comp){ 866 printf("%d mdd %d ",x,mddId); 867 mdd_FunctionPrintMain (mddManager ,comp,"MVF",vis_stdout); 868 } 869 } 861 870 862 871 mdd_t * n_relation = mdd_and(relation,rel,1,1); … … 902 911 903 912 usage: 904 (void) fprintf(vis_stderr, "usage: _ Debug_test[-h] [-v]\n");913 (void) fprintf(vis_stderr, "usage: _transition [-h] [-v]\n"); 905 914 (void) fprintf(vis_stderr, " -h\t\tprint the command usage\n"); 906 915 (void) fprintf(vis_stderr, " -v\t\tverbose\n");
Note: See TracChangeset
for help on using the changeset viewer.