This is an example Linear programming with scalar variables and affine functions of ODMO program.

$$ \begin{align} \underset{x,y}{\min} & \quad a_1 x + a_2 y \\ \text{s.t.} & \quad b_1 x + b_2 y \geq c \\ & \quad d_1 \leq x \leq d_2 \\ & \quad e_1 \leq y \leq e_2 \end{align} $$


[Set] appropriate values below to describe your problem.

Input value of \(a_1\): Input value of \(a_2\):
Input value of \(b_1\): Input value of \(b_2\):
Input value of \(c\): Input value of \(d_1\):
Input value of \(d_2\): Input value of \(e_1\):
Input value of \(e_2\):

[CLICK] here to get your solution



__________ __________