1
$\begingroup$

Is it possible to solve a linear program with an active set method? If so what would be the similarities and differences to the simplex method?

asked Jun 8, 2020 at 17:57
$\endgroup$

1 Answer 1

4
$\begingroup$

Yes, it would be called the Simplex algorithm.

An active set method for solving Quadratic Programming problems is often called a "Simplex algorithm" (which is as opposed to an Interior Point method).

answered Jun 8, 2020 at 18:35
$\endgroup$
1
  • 2
    $\begingroup$ To elaborate, if the LP has linear equation constraints these are always active. If it has linear inequality constraints these are active or not depending on whether the constraint is tight or slack. If there are bounds constraints on the variables they can also be active or inactive. In each simplex iteration, a nonbasic variable (at one of its bounds and thus active) becomes basic (and thus inactive), while a basic variable becomes nonbasic. So, one active constraint becomes inactive and one inactive constraint becomes active. $\endgroup$ Commented Jun 8, 2020 at 20:38

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.