We offer two modules: one deals with "abstract" problems represented symbolicallyin matrix notation, the other deals with problems represented by a system of individual functional constraints. Matrix Representation Scalar Representation opt ctxs.t.Ax = bx >= 0 opt c1x1+ ... +cnxn s.t. a1,1x1 + ... + a1,nxn = b1 .......................................................... am,1x1 + ... + am,nxn = bm x1,...,xn >= 0 Opt = MinMax Opt = MinMax m = 2345678910 ; n = 2345678910
We offer two modules: one deals with "abstract" problems represented symbolicallyin matrix notation, the other deals with problems represented by a system of individual functional constraints.
Contributed by