ayham87
Newbie level 6

hey all
I am trying to solve below binary optimization problem , but i could not
max 1^T .z
s.t. Bx >= z,
and Ax <= 1
and x∈{0,1} , z∈{0,1} binary
where:
:B is Known matrix with dimension [441*263],
:A is known matrix with dimension [111*263],
: x vector dimension [263*1],
: z vector dimension [441*1]
I am trying to solve below binary optimization problem , but i could not
max 1^T .z
s.t. Bx >= z,
and Ax <= 1
and x∈{0,1} , z∈{0,1} binary
where:
:B is Known matrix with dimension [441*263],
:A is known matrix with dimension [111*263],
: x vector dimension [263*1],
: z vector dimension [441*1]
Last edited: