Changes between Version 19 and Version 20 of Specification/RSF2DIMACS
- Timestamp:
- Sep 26, 2014, 11:17:22 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Specification/RSF2DIMACS
v19 v20 35 35 }}} 36 36 Further, constraints must ensure that exactly one variable will be selected: 37 * In Boolean formula: 38 {{{ 39 VARIABLE=n XOR VARIABLE=value1 XOR ... XOR VARIABLE=valueN 40 }}} 41 * In DIMACS: 37 * In DIMACS/Boolean formula: 42 38 {{{ 43 39 Not(VARIABLE=n) OR Not(VARIABLE=value1) … … 48 44 ... 49 45 Not(VARIABLE=value1) OR Not(VARIABLE=valueN) 50 ...51 VARIABLE=n OR VARIABLE=value1 OR ... OR VARIABLE=valueN52 46 }}} 53 47 All combinations of 2 negated variables + 1 constraint were all variables are used in a positive combination.