Question: How to solve a system of linear equations with variables that have discrete values?

Hello there

How to solve a system of linear equations with variables that have discrete values?

Example:

a+b+c=1

a+d+e=2

b+d+f=2

c+e+f=1

suach that a=0 or 1, b, c, d, e, and f also can have only 0 or 1 as their possible values.

I tried, unsuccessfully OrProp (may be the syntax is wrong)

 

Any idea?

Thank you

Vick

 

Please Wait...