You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The conversion to binary supports default settings for variables which do not affect the satisfiablility of the expression given to it.
At the moment, I have this set to false as a placeholder.
There are a few ways this can be dealt with, including but perhaps not limited to:
Treat this as a set default value - either false or true
Treat this as a command line flag which allows us to set this value at runtime
Just treat the solutions as Ternary, not Binary
I am unsure of how I can do this and I would like some advice.
Thanks
The text was updated successfully, but these errors were encountered:
rustsat's native variable management generates solutions to decision variables in a Ternary format:
The conversion to binary supports default settings for variables which do not affect the satisfiablility of the expression given to it.
At the moment, I have this set to false as a placeholder.
There are a few ways this can be dealt with, including but perhaps not limited to:
I am unsure of how I can do this and I would like some advice.
Thanks
The text was updated successfully, but these errors were encountered: