help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

glpk function for binary linear programming problems


From: thoraya ben chattah
Subject: glpk function for binary linear programming problems
Date: Fri, 31 Mar 2017 13:19:28 +0200

Hi all,

I try to use glpk function is  to solve Binary Linear Programming problems which is defined as follows:
min C'*x

subject to

A*x  = b
x = 0 or x = 1
But I got an error message: glpk: B must be a real valued 3 by 1 vector.
Any help will be realyy appreciated

Thanks
Thoraya


reply via email to

[Prev in Thread] Current Thread [Next in Thread]