mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-11 03:45:33 +00:00
Estimated hours taken: 0.2 Import Peter Schachte's ROBDD package into the Mercury repository as `mercury/robdd'. Vendor tag is `robdd'. Release tag is `REL_1_0'.
14 lines
460 B
C
14 lines
460 B
C
/*****************************************************************
|
|
File : var.h
|
|
RCS : $Id: var.h,v 1.1 2000-03-10 05:17:22 dmo Exp $
|
|
Author : Peter Schachte
|
|
Origin : Mon Oct 12 06:09:27 1998
|
|
Purpose : Definitions common to all representations of Boolean variables
|
|
Copyright: © 1998 . All rights reserved.
|
|
|
|
*****************************************************************/
|
|
|
|
|
|
/* the most variables we can support */
|
|
#define MAXVAR 64
|