- 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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user