From the documentation of sage.sat.boolean_polynomials.solve (here), it is not clear how to use it. Can anyone cite me any detailed example?
Say, I need to solve (in a Boolean ring)
(x1 + x2 * x3 = x2)*(x2 = x3) .
Can we do it?
Regards.
| 1 | initial version |
From the documentation of sage.sat.boolean_polynomials.solve (here), it is not clear how to use it. Can anyone cite me any detailed example?
Say, I need to solve (in a Boolean ring)
(x1 + x2 * x3 = x2)*(x2 = x3) .
Can we do it?
Regards.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.