#include "evaluatn.h"#include "constrnt.h"


Go to the source code of this file.
Defines | |
| #define | LOCALE extern |
Functions | |
| LOCALE struct constraintRecord * | IntersectConstraints (void *, struct constraintRecord *, struct constraintRecord *) |
| LOCALE struct constraintRecord * | UnionConstraints (void *, struct constraintRecord *, struct constraintRecord *) |
| LOCALE void | RemoveConstantFromConstraint (void *, int, void *, CONSTRAINT_RECORD *) |
| #define LOCALE extern |
Definition at line 42 of file cstrnops.h.
| LOCALE struct constraintRecord* IntersectConstraints | ( | void * | , | |
| struct constraintRecord * | , | |||
| struct constraintRecord * | ||||
| ) | [read] |
Definition at line 94 of file cstrnops.c.
| LOCALE void RemoveConstantFromConstraint | ( | void * | , | |
| int | , | |||
| void * | , | |||
| CONSTRAINT_RECORD * | ||||
| ) |
Definition at line 1137 of file cstrnops.c.
| LOCALE struct constraintRecord* UnionConstraints | ( | void * | , | |
| struct constraintRecord * | , | |||
| struct constraintRecord * | ||||
| ) | [read] |
Definition at line 642 of file cstrnops.c.
1.5.6