Changes between Version 20 and Version 21 of Specification/RSF2DIMACS
- Timestamp:
- Sep 26, 2014, 11:40:45 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Specification/RSF2DIMACS
v20 v21 34 34 VARIABLE=n 35 35 }}} 36 Further, constraints must ensure that exactlyone variable will be selected:36 Further, constraints must ensure that at most one variable will be selected: 37 37 * In DIMACS/Boolean formula: 38 38 {{{ … … 45 45 Not(VARIABLE=value1) OR Not(VARIABLE=valueN) 46 46 }}} 47 All combinations of 2 negated variables + 1 constraint were all variables are used in a positive combination.47 All combinations of 2 negated variables. 48 48 === Ranges === 49 49 Ranges of !Integers/Hex variables will not be considered. Since KConfig supports only == and != comparisons, only values used in constraints will be translated to DIMACS.