Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,147,942 members, 7,799,192 topics. Date: Tuesday, 16 April 2024 at 04:49 PM

Solution Of Linear Programming Problems Using Simplex Method - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Solution Of Linear Programming Problems Using Simplex Method (24778 Views)

Linear Programming In Csharp / Algorithm For Solving Systems Of Linear Equations / Pls Help! A Program That Would Solve A System Of Linear Equations (2) (3) (4)

(1) (Reply) (Go Down)

Solution Of Linear Programming Problems Using Simplex Method by blissbay(m): 5:22pm On May 21, 2007
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.
Re: Solution Of Linear Programming Problems Using Simplex Method by ishmael(m): 8:26am On May 22, 2007
Try using VB 6.0 or .Net
Re: Solution Of Linear Programming Problems Using Simplex Method by geebengs(m): 7:59pm On May 22, 2007
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.
Re: Solution Of Linear Programming Problems Using Simplex Method by RuuDie(m): 3:42pm On May 23, 2007
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.
Re: Solution Of Linear Programming Problems Using Simplex Method by yaro248(m): 11:32pm On Jun 02, 2007
You can Use any programming language u are familiar with, it all depends on your algorithm
Re: Solution Of Linear Programming Problems Using Simplex Method by doshbass(m): 2:51pm On Jun 04, 2007
Excel VBA is very cheap, simple, powerful and good. trust me you can't go wrong
Re: Solution Of Linear Programming Problems Using Simplex Method by geebengs(m): 8:31pm On Jun 04, 2007
is that an application to solve linear programming problems or a programming language?
Re: Solution Of Linear Programming Problems Using Simplex Method by ishmael(m): 6:43pm On Jun 05, 2007
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.
Re: Solution Of Linear Programming Problems Using Simplex Method by ade2kay(m): 10:40am On Jun 06, 2007
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.

1 Like

Re: Solution Of Linear Programming Problems Using Simplex Method by jagalo(m): 9:40pm On Jun 06, 2007
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!
Re: Solution Of Linear Programming Problems Using Simplex Method by chidexy(m): 11:44pm On Jun 06, 2007
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
Re: Solution Of Linear Programming Problems Using Simplex Method by geebengs(m): 7:43pm On Jun 07, 2007
Please, how can i get the LINDO, Management Scientist software? Do you have any link to a website i can, maybe download it.
Re: Solution Of Linear Programming Problems Using Simplex Method by donbomb(m): 7:52pm On Jun 09, 2007
u can use advanced engineering maths by KA STROUD
Re: Solution Of Linear Programming Problems Using Simplex Method by ishmael(m): 5:40pm On Jun 12, 2007
jagalo:

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 dat sef?

1 Like

Re: Solution Of Linear Programming Problems Using Simplex Method by ishmael(m): 1:45pm On Jun 15, 2007
where are u? i'm still waiting for u to respond.
Re: Solution Of Linear Programming Problems Using Simplex Method by luckyCO(m): 12:25am On Jun 30, 2007
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.
Re: Solution Of Linear Programming Problems Using Simplex Method by blissbay(m): 9:44am On Jun 30, 2007
luckyCo tried to contact u but ur email is hidden. pls can u send ur full contact.my email is:swblast2007@yahoo.com and no. is 07035106199 thanks
Re: Solution Of Linear Programming Problems Using Simplex Method by luckyCO(m): 4:37pm On Jun 30, 2007
Contacted
Re: Solution Of Linear Programming Problems Using Simplex Method by ishmael(m): 10:51am On Jul 02, 2007
luckyCO:

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??
Re: Solution Of Linear Programming Problems Using Simplex Method by luckyCO(m): 10:58am On Jul 03, 2007
I did mine is operations research.
Re: Solution Of Linear Programming Problems Using Simplex Method by ishmael(m): 11:39am On Jul 03, 2007
luckyCO:

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.
Re: Solution Of Linear Programming Problems Using Simplex Method by radojko: 9:35pm On Apr 28, 2008
luckyCO could you send me the code, for the simplex method, and how much do you need for doing it in Java?
Re: Solution Of Linear Programming Problems Using Simplex Method by Ibime(m): 2:30am On Apr 29, 2008
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.
Re: Solution Of Linear Programming Problems Using Simplex Method by stepestus(m): 4:04pm On Dec 30, 2009
without doubt use MATLAB. It is for purposes such as this that it was made. It contain mathematical functions precoded in its library.it save u work energy and time. if uar not comfortable with it use VB6.0. Pls let me know if u've completed the stuff
Re: Solution Of Linear Programming Problems Using Simplex Method by IbroSaunks(m): 2:10am On Sep 09, 2011
I want ter bring this thread back!!!

Does anyone actually possess code of an implementation of the algo, or even maybe the algo itself?

smiley smiley
Re: Solution Of Linear Programming Problems Using Simplex Method by princeHO(m): 8:19pm On Nov 02, 2011
This was my final year project.i used java program.i still have the soft copy and is working fine, all u need to do is edit and copy and paste.holla me on 08033594339.
Re: Solution Of Linear Programming Problems Using Simplex Method by geeknick: 5:56am On Nov 16, 2011
I'm fairly sure I have worked this out correctly but before I commit it to certain knowledge, I want someone to cite that I got the answer right to solve this linear equation

2x/3 - 4x/5 = 7/9

I got X= 5 5/6

Sorry if this is a bit trivial but I just couldn't find another way to find the answer to the equation I was set at uni.

Thank you
Re: Solution Of Linear Programming Problems Using Simplex Method by lav27: 3:01pm On Dec 06, 2011
hey pls if someone can send me the code for dual simplex method in C/C++ that would be great smiley
Re: Solution Of Linear Programming Problems Using Simplex Method by fr3do(m): 10:00pm On Jun 24, 2015
...
Re: Solution Of Linear Programming Problems Using Simplex Method by olyjosh(m): 12:12am On Jun 25, 2015
jagalo:
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!

ishmael:

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 dat sef?

I beg tell am say plenty people dey here wey study math wella grin cheesy

(1) (Reply)

Why Are Backend Developers Paid More Than Frontend Developers? / Web Developers / Freelaancers: How Are You Getting Paid From Outside Nigeria? / Without Using Pow Function In C

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 28
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.