help-glpk
[Top][All Lists]
Advanced

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

[Help-glpk] glpk : problem definition


From: Aniruddha_Palwankar
Subject: [Help-glpk] glpk : problem definition
Date: Thu, 23 Jan 2003 15:52:40 +0530

Hello,

Please help us in defining following problem in C program using "libglpk.a".

Problem:-
---------------

Decision variables : x1,x2,x3,x4,x5,x6,x7,x8 ( Binary values- 0 or 1)

Objective function : Maximize ( 15x1 + 100x2 + 90x3 + 60x4 + 40x5 + 15x6 +
10x7 + x8 )

Constraints: 

        2x1 + 20x2 + 20x3 + 30x4 + 40x5 + 30x6 + 60x7 + 10x8  <= 102

The answer of this problem is 280.( Using Excel solver )


Also please tell us where can I get user guide of glpk.

Thanks & Regards
aniruddha


************************************************************************** 
This email (including any attachments) is intended for the sole use of the
intended recipient/s and may contain material that is CONFIDENTIAL AND
PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or
distribution or forwarding of any or all of the contents in this message is
STRICTLY PROHIBITED. If you are not the intended recipient, please contact
the sender by email and delete all copies; your cooperation in this regard
is appreciated.
**************************************************************************




reply via email to

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