- Added more fine-grained control for the associativity of tupling:

--tupling=n	* 0: right-associative; 1: left-associative; others are
  reserved for future use.
  --ra-tupling	* Sets the default, but is there for symmetry.
This commit is contained in:
ccremers
2005-08-12 12:59:25 +00:00
parent cb315aafc8
commit 2e9e43742e
3 changed files with 44 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ struct switchdata
int engine; //!< Engine type (POR_ENGINE,ARACHNE_ENGINE)
int match; //!< Matching type.
int clp; //!< Do we use clp?
int la_tupling; //!< Tupling is by default right-associative, optionally left-associative.
int tupling; //!< Tupling is by default 0: right-associative, optionally 1: left-associative.
// Pruning and Bounding
int prune; //!< Type of pruning.