Support for unconstrained decision variables in rustsat #704
Labels
area::rules
Related to rewrite rules
area::sat
Related to SAT rules, SAT solvers and the KisSAT solver interface.
help wanted
Extra attention is needed
The adaptation process for building SAT models does not currently support unconstrained variables, such as:
As far as I can tell at the moment, there is no way to do this using only rustsat. Of course, it is possible there is a way to do so and I just haven't found it. If there is, please let me know so that I can update the codebase.
In case there is indeed no way to do this, we can accomplish this using a rewriting rule which accomplishes the following type of change:
for example, this:
becomes this:
The text was updated successfully, but these errors were encountered: