m_leq::Integer # number of slack variables/less-than-equal constraints m_geq::Integer # number of surplus variables/greater-than-equal constraints m_eq::Integer # of equality constraints ...
Now, linear programming, or LP as we like to call it, is quite a handy mathematical tool. It helps optimize a goal, which we call an objective function, while keeping in mind some linear constraints ...