System of Boolean Equation
5 views (last 30 days)
Show older comments
Is there any function / toolbox in Matlab to solve a system of boolean equation that gives every possible solution?
For example,
var1 = x AND y
var2 = x OR z
If I want every var to assume 1 value, possible solutions may be:
[x y z] = [1 1 0], [1 1 1]
1 Comment
Answers (0)
See Also
Categories
Find more on Systems Of Linear Equations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!