Search found 1 match

by lopeslimagabriel
Wed Sep 23, 2020 4:10 am
Forum: Whatever
Topic: Is it possible to generate an algorithm that can solve a system of linear equations with binary variables?
Replies: 0
Views: 6466

Is it possible to generate an algorithm that can solve a system of linear equations with binary variables?

I'm having trouble defining an algorithm that can solve a system of linear equations with binary variables. Example given the following system of linear equations: x_12 + x_18 + x_28 = 0 x_12 - x_18 - x_28 = 0 x_12 + x_13 + x_28 - x_38 = 0 -x_13 + x_14 - x_38 - x_48 = - 2 -x_14 + x_15 - x_48 - x_58 ...

Go to advanced search