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
Hi, below described is the error when I am trying to run a large file containing some XOR values
bool ArjunNS::Arjun::add_xor_clause(const std::vectorCMSat::Lit&, bool): Assertion `false && "Funnily enough this does NOT work. The XORs would generate a BVA variable, and that would then not be returned as part of the simplified CNF. We could calculate a smaller independent set, but that's all."' failed.
How can it work?
The text was updated successfully, but these errors were encountered:
Just clone the repository and run it on your CNF. Or, you can blast your XORs into regular CNF too. As you wish 😀 So it works but you have to give it a regular CNF. Don't worry, the extra variables and clauses will make no difference to performance. It'll be fine.
Hi, below described is the error when I am trying to run a large file containing some XOR values
bool ArjunNS::Arjun::add_xor_clause(const std::vectorCMSat::Lit&, bool): Assertion `false && "Funnily enough this does NOT work. The XORs would generate a BVA variable, and that would then not be returned as part of the simplified CNF. We could calculate a smaller independent set, but that's all."' failed.
How can it work?
The text was updated successfully, but these errors were encountered: