Bug 219 - optimized-away variables must still be assigned
: optimized-away variables must still be assigned
Status: NEW
Product: satchmo
default
: unspecified
: PC Linux
: P5 enhancement
Assigned To: Johannes Waldmann
:
:
:
  Show dependency treegraph
 
Reported: 2009-04-01 11:29 CEST by Johannes Waldmann
Modified: 2009-04-01 11:29 CEST (History)
0 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Waldmann 2009-04-01 11:29:40 CEST
it is possible that the formular constructed by satchmo
contains variables that do not occur in the CNF sent to the solver

(e.g. if the variable never occurs in a constraint:
note that some constraints may be optimized away 
because they are always satisfied since they contain True.)

still these variables need an assignment
(we can choose any value). This should be done in 
package satchmo, module Satchmo.Solve