zcd
- 197
- 0
Homework Statement
Find the dual of
-d \leq Ax-b \leq d
x \geq 0; c \cdot x = min
where A is mxn matrix and x,d,b \in \mathbb{R}^n
Homework Equations
dual of canonical is of the form
maximize b \cdot y
A^{T}y \leq
where y \in \mathbb{R}^m
The Attempt at a Solution
I tried converting it to the canonical LP and then applying transpose to A, but it turned out to be a huge mess; is there a simpler way?