Originally posted by: Riana
Dear All,
My optimizing problem is (in Matlab format):
minimize y
y = norm(Ax-b,Inf)+w*mean(abs(x-k))
where:
y is a value
A is a known matrix with size m*n
x is an unknown vector with size n*1
b is a known vector with size m*1
w is a variable weight coefficient
k is a known vector with size n*1
This optimization question plans to minimize the norm(Ax-b, Inf),while at the same time hoping to make the elements of x as close to the preset k as possible.
I would love to ask for some advices on how to model this whole problem into a LP.
Most appreciation.
Riana
#CPLEXOptimizers#DecisionOptimization