Click here to Skip to main content
15,924,581 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Problem in Clearing Items of the Combo Box Pin
Mandar Patankar6-Apr-05 10:53
Mandar Patankar6-Apr-05 10:53 
GeneralRe: Problem in Clearing Items of the Combo Box Pin
alizai6-Apr-05 11:18
alizai6-Apr-05 11:18 
GeneralRe: Problem in Clearing Items of the Combo Box Pin
Dave Kreskowiak6-Apr-05 13:34
mveDave Kreskowiak6-Apr-05 13:34 
GeneralRe: Problem in Clearing Items of the Combo Box Pin
Anonymous7-Apr-05 21:44
Anonymous7-Apr-05 21:44 
GeneralFormatting numbers in a datagrid Pin
j1webb6-Apr-05 6:29
j1webb6-Apr-05 6:29 
GeneralRe: Formatting numbers in a datagrid Pin
Dave Kreskowiak7-Apr-05 4:41
mveDave Kreskowiak7-Apr-05 4:41 
GeneralRe: Formatting numbers in a datagrid Pin
j1webb7-Apr-05 10:28
j1webb7-Apr-05 10:28 
GeneralOptimisation Model Solution Routine(Linear Programming) Pin
karmond6-Apr-05 6:00
karmond6-Apr-05 6:00 
Has anyone got a routine to solve an optimization problem using the Simplex method?

Although I am aware of the Process to solve a Standard Maximization Problem using the Simplex Method, I have not even attempted to code it as I imagine that it is available on line.... and hopefully in vb 6 or .net

My application is to optimize the utilization (overall efficiency) of multiple equipment blocks based on block power, within certain constraints (numerical example as follows):

Maximize ntotal = ax + by + cz subject to
x + y + z <= 500
x <= 250
x >= 100
y <= 110
y >= 100
z <= 250
z >= 100

However, the coefficients a, b and c are functions as follows:

a = f(x), b=f(y) and c=f(z).

My planned approach is to use the standard simplex solution and iterate until the differences between two consecutive solutions for x, y and z are less than a defined limit. The values of a, b and c will be determined from a polynmial between each iteration based on the resultant x, y and z.

Finally, although I will use the routine locally (vb), I intended to run the calculation on line on data within a mySQL database using PHP.

Thanks for reading this and I will really appriciate any help!


karmond
GeneralRe: Optimisation Model Solution Routine(Linear Programming) Pin
Dave Kreskowiak7-Apr-05 4:10
mveDave Kreskowiak7-Apr-05 4:10 
GeneralDatagrid Exporting to Excel Format Pin
Scttsmpsn6-Apr-05 4:53
Scttsmpsn6-Apr-05 4:53 
GeneralRe: Datagrid Exporting to Excel Format Pin
Scttsmpsn6-Apr-05 8:25
Scttsmpsn6-Apr-05 8:25 
QuestionSwitching language programmatically ? Pin
kil0byte^bandit6-Apr-05 4:30
kil0byte^bandit6-Apr-05 4:30 
GeneralMachine.Config Pin
Jason Weibel6-Apr-05 4:25
Jason Weibel6-Apr-05 4:25 
GeneralRe: Machine.Config Pin
Dave Kreskowiak6-Apr-05 4:59
mveDave Kreskowiak6-Apr-05 4:59 
GeneralConvert to(from) Julian Date Format from(to) Calendar Date Pin
Dile6-Apr-05 2:52
Dile6-Apr-05 2:52 
GeneralRe: Convert to(from) Julian Date Format from(to) Calendar Date Pin
kil0byte^bandit6-Apr-05 4:54
kil0byte^bandit6-Apr-05 4:54 
Generalvb Pin
royrana6-Apr-05 1:30
royrana6-Apr-05 1:30 
QuestionDeclare variable at runtime?? Pin
Sheel Gohe5-Apr-05 23:07
Sheel Gohe5-Apr-05 23:07 
AnswerRe: Declare variable at runtime?? Pin
Dave Kreskowiak6-Apr-05 2:20
mveDave Kreskowiak6-Apr-05 2:20 
GeneralRe: Declare variable at runtime?? Pin
royrana6-Apr-05 23:59
royrana6-Apr-05 23:59 
GeneralCOM property from VB Pin
Anonymous5-Apr-05 22:50
Anonymous5-Apr-05 22:50 
GeneralRe: COM property from VB Pin
Dave Kreskowiak6-Apr-05 2:19
mveDave Kreskowiak6-Apr-05 2:19 
GeneralUsing Access 2003 Methods Pin
dpagka5-Apr-05 19:29
dpagka5-Apr-05 19:29 
GeneralRe: Using Access 2003 Methods Pin
Dave Kreskowiak6-Apr-05 2:17
mveDave Kreskowiak6-Apr-05 2:17 
Generalopen ascii file Pin
toto_plg5-Apr-05 19:03
toto_plg5-Apr-05 19:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.