lifebeyondfife / Decider

An Open Source .Net Constraint Programming Solver
MIT License
150 stars 21 forks source link

feat: add Xor (^) operator #36

Closed lifebeyondfife closed 3 years ago

lifebeyondfife commented 3 years ago

The ^-operator has been added to C#, so I can add the XOR operator to the Decider constraint solver.