System of Boolean Equation
5 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Systems Of Linear Equations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!