cudd  3.0.0
The University of Colorado Decision Diagram Package
Data Structures | Macros | Typedefs
ntr.h File Reference

Simple-minded package to do traversal. More...

#include "dddmp.h"
#include "bnet.h"
Include dependency graph for ntr.h:

Go to the source code of this file.

Data Structures

struct  NtrOptions
 Options for nanotrav. More...
 
struct  NtrPartTR
 Data structure for partitioned transition relation. More...
 

Macros

#define PI_PS_FROM_FILE   0
 
#define PI_PS_DFS   1
 
#define PI_PS_GIVEN   2
 
#define NTR_IMAGE_MONO   0
 
#define NTR_IMAGE_PART   1
 
#define NTR_IMAGE_CLIP   2
 
#define NTR_IMAGE_DEPEND   3
 
#define NTR_UNDER_APPROX   0
 
#define NTR_OVER_APPROX   1
 
#define NTR_FROM_NEW   0
 
#define NTR_FROM_REACHED   1
 
#define NTR_FROM_RESTRICT   2
 
#define NTR_FROM_COMPACT   3
 
#define NTR_FROM_SQUEEZE   4
 
#define NTR_FROM_UNDERAPPROX   5
 
#define NTR_FROM_OVERAPPROX   6
 
#define NTR_GROUP_NONE   0
 
#define NTR_GROUP_DEFAULT   1
 
#define NTR_GROUP_FIXED   2
 
#define NTR_SHORT_NONE   0
 
#define NTR_SHORT_BELLMAN   1
 
#define NTR_SHORT_FLOYD   2
 
#define NTR_SHORT_SQUARE   3
 
#define STRING_EQUAL(s1, s2)   (strcmp((s1),(s2)) == 0)
 Returns 1 if the two arguments are identical strings. More...
 

Typedefs

typedef struct NtrOptions NtrOptions
 Options for nanotrav.
 
typedef struct NtrHeapSlot NtrHeapSlot
 Type of entry of NtrHeap.
 
typedef struct NtrHeap NtrHeap
 Type of heap-based priority queue.
 
typedef struct NtrPartTR NtrPartTR
 Data structure for partitioned transition relation.
 

Detailed Description

Simple-minded package to do traversal.

Author
Fabio Somenzi

Macro Definition Documentation

◆ STRING_EQUAL

#define STRING_EQUAL (   s1,
  s2 
)    (strcmp((s1),(s2)) == 0)

Returns 1 if the two arguments are identical strings.

Side effects none