Solution Of Linear Programming Problems Using Simplex Method

A Member? Please Login  
type your username and password to login
Date: May 17, 2008, 06:43 AM
201358 members and 113467 Topics
Latest Member: anees
Nairaland [Nigerian Forum] Home Help Search Who is currently online? Login Register
Nairaland Forum  |  Technology  |  Programming  |  Solution Of Linear Programming Problems Using Simplex Method
Pages: (1) Go Down Send this topic Notify of replies
Author Topic: Solution Of Linear Programming Problems Using Simplex Method  (Read 2175 views)
blissbay (f)
Solution Of Linear Programming Problems Using Simplex Method
« on: May 21, 2007, 05:22 PM »

I'm working on a solution of linear programming problem using Simplex method.
I need the best programming language to design it  and how to go about it if possible.  Please help.
ishmael (m)
Re: Solution Of Linear Programming Problems
« #1 on: May 22, 2007, 08:26 AM »

Try using VB 6.0 or .Net
geebengs (m)
Re: Solution Of Linear Programming Problems
« #2 on: May 22, 2007, 07:59 PM »

Hey blissbay, thats interesting to me. Linear programming is one of the courses i took last semester. The best programming language u can use to do this depends on which u can use. Moreover, any programming language can be used for it. C++, Java, Vbasic and so on. So choose the one u can use. I'll start thinking of doing something on it myself. Luck.
RuuDie (m)
Re: Solution Of Linear Programming Problems
« #3 on: May 23, 2007, 03:42 PM »

if u're in Lagos, i suggest u take a trip down 2 Yabatech; go to their computer dept. & see if u can get someone to help u.
Operations Research is a course everybody in the HND level there have to do & they do give 'em some pretty serious assignments & term papers. i'm pretty sure you'll find someone there that'll help you.
yaro248 (m)
Re: Solution Of Linear Programming Problems
« #4 on: June 02, 2007, 11:32 PM »

You can Use any programming language u are familiar with, it all depends on your algorithm
doshbass (m)
Re: Solution Of Linear Programming Problems
« #5 on: June 04, 2007, 02:51 PM »

Excel VBA is very cheap, simple, powerful and good. trust me you can't go wrong
geebengs (m)
Re: Solution Of Linear Programming Problems
« #6 on: June 04, 2007, 08:31 PM »

is that an application to solve linear programming problems or a programming language?
ishmael (m)
Re: Solution Of Linear Programming Problems
« #7 on: June 05, 2007, 06:43 PM »

pally you can use even QBasic, C++ or FORTRAN if you wish. The most important thing is to write out a very good algorithm of solving LP problems.
ade2kay (m)
Re: Solution Of Linear Programming Problems
« #8 on: June 06, 2007, 10:40 AM »

Linear Programming problem using simplex method was one of my turning points in programming.
It's not about the language you use, but the strength and logic of your algorithm
You may spend 2days thinking the algorithm, and simply write the code in 2hrs !, as simple as that, if you have laid the bed well (I mean thought out a good algorithm).
After i did this problem back then in H.N.D I, i decided i was going to be a programmer.
If you are the brave-hearted type, PLS do it on your own, if you contract out the work, you'll keep running to solutions for the rest of your programming life.
He who fights and runs away wil leave to fight another day.
I used Qbasic back then, but no matter the language you use, vow never to write spaghetti code.
ORGANISE your code the OOP way, and you'll enjoy doing the work, plus, it will make the work a lot of fun.
But watch out, this is about the simplest assignment in operations research, wait till you write a program to solve assignment problem, then you will know what's up.
Wishing u luck.
jagalo (m)
Re: Solution Of Linear Programming Problems Using Simplex Method
« #9 on: June 06, 2007, 09:40 PM »

I did alot of linear programming (in numerical analysis ) while at school. the first step is writing a good algorithm; further engineering mathematics can be of help. then, you can use any programmiong language to do the job. I did my using C++. java and VB can also do the trick.

enjoy may guy!
chidexy (m)
Re: Solution Of Linear Programming Problems Using Simplex Method
« #10 on: June 06, 2007, 11:44 PM »

If you want to just solve a linear programming assignment, the programs like LINDO, Management Scientist should do whatever you want it to do for you, but if you want to write a program for solving linear programming, I think some who are more knowledgeable that myself have already given the hints.

Enjoy your time
geebengs (m)
Re: Solution Of Linear Programming Problems Using Simplex Method
« #11 on: June 07, 2007, 07:43 PM »

Please, how can i get the LINDO, Management Scientist  software? Do you have any link to a website i can,  Huh maybe download it.
don bomb (m)
Re: Solution Of Linear Programming Problems Using Simplex Method
« #12 on: June 09, 2007, 07:52 PM »

u can use advanced engineering maths by KA STROUD
ishmael (m)
Re: Solution Of Linear Programming Problems Using Simplex Method
« #13 on: June 12, 2007, 05:40 PM »

Quote from: jagalo on June 06, 2007, 09:40 PM
I did alot of linear programming (in numerical analysis ) while at school.

In Numerical Analysis?? Are u sure you know what the guy is talking about?? He's talking about Linear programming in Operations Research o! Which school is that sef?
ishmael (m)
Re: Solution Of Linear Programming Problems Using Simplex Method
« #14 on: June 15, 2007, 01:45 PM »

where are u? i'm still waiting for u to respond.
luckyCO
Re: Solution Of Linear Programming Problems Using Simplex Method
« #15 on: June 30, 2007, 12:25 AM »

Ishmeal, I did the same thing when I was in the school. I was the first programmer that was able to design it and get it distributed but I did it Q-basic. If u need it I will give but if you want me to do it in any other language you may have to pay for my biz time.

Q-basic own if free with code.
I even went ahead to arrange it in Maximation , minimization and mixed contraint, so u choose the one u need from the program and it does it for you.
blissbay (f)
Re: Solution Of Linear Programming Problems Using Simplex Method
« #16 on: June 30, 2007, 09:44 AM »

luckyCo tried to contact u but your email is hidden. please can u send your full contact.my email is:swblast2007@yahoo.com and no. is 07035106199 thanks
luckyCO
Re: Solution Of Linear Programming Problems Using Simplex Method
« #17 on: June 30, 2007, 04:37 PM »

Contacted
ishmael (m)
Re: Solution Of Linear Programming Problems Using Simplex Method
« #18 on: July 02, 2007, 10:51 AM »

Quote from: luckyCO on June 30, 2007, 12:25 AM
Ishmeal, I did the same thing when I was in the school. I was the first programmer that was able to design it and get it distributed but I did it Q-basic. If u need it I will give but if you want me to do it in any other language you may have to pay for my biz time.

Q-basic own if free with code.
I even went ahead to arrange it in Maximation , minimization and mixed contraint, so u choose the one u need from the program and it does it for you.


Congrats!! but i no argue with you now; na the guy wey say him sabi am say him do am for Numerical Analysis i bin dey ask question. Did you do it in Ops Research or Numerical Analysis??
luckyCO
Re: Solution Of Linear Programming Problems Using Simplex Method
« #19 on: July 03, 2007, 10:58 AM »

I did mine is operations research.
ishmael (m)
Re: Solution Of Linear Programming Problems Using Simplex Method
« #20 on: July 03, 2007, 11:39 AM »

Quote from: luckyCO on July 03, 2007, 10:58 AM
I did mine is operations research.

i did LP in Operations Research too. i was wondering the school the other guy attended where Linear programming is taught as a topic in Numerical Analysis, because in Nigeria LP is a topic in Ops Research or QA/QT.
radojko
Re: Solution Of Linear Programming Problems Using Simplex Method
« #21 on: April 28, 2008, 09:35 PM »

luckyCO could you send me the code, for the simplex method, and how much do you need for doing it in Java?
Ibime (m)
Re: Solution Of Linear Programming Problems Using Simplex Method
« #22 on: April 29, 2008, 02:30 AM »

WinQSB is the best for Linear Programming. You don't have to write the code from scratch. It already provides you with everything including shadow prices etc. For the Simplex method, I strongly recommend WinQSB.

Otherwise, just do your regular VBA or C++ thing.
 We Are Developing Yoruba Dictionary, What Do You Think?  Web Development Using Java  An Introduction To Programming Using C  Page 2
Pages: (1) Go Up Send Topic to Friend by E-mail Reply 
Google
 
Web www.nairaland.com
Sections: TV/Movies (2) Music/Radio (2) Celebrities Jobs (2) Career Romance Books Politics Sports Fashion Travel
Health Schooling Religion General(2) Business Webmaster Programming Computers Phones Cars & Trucks

Links: Page1 Page2 Page3 Page4 Page5 Page6 Page7 Page8 Page9 Page10

Nairaland is owned by Oluwaseun Osewa
Powered by: SMF, © 2001-2005, Lewis Media. All Rights Reserved.