Items tagged with linear-programming linear-programming Tagged Items Feed

I have contributed another application to the Application Center: "Street-fighting Math".
This interactive Maple document contains a simple street-fighting game and performs a
mathematical analysis of it, involving probability and game theory. 

LPSolve Matrix Form

December 28 2011 by alex_01 2963 Maple 13

Ok, I want to solve the below code as fast and efficient as possible.
Since it is an LP problem LPSolve(Matrix Form) should be the best.

The problem is that the default objective function in LPSolve(Matrix Form)
is c'x which creates a bit of a problem since my objective function is not a
function of x. My objective function is simply ur + dr. How can I solve that?!

restart:
randomize():
with(Optimization):
with(Statistics):
with(LinearAlgebra):

Page 1 of 1