We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

The Pivot Operation

The pivot operation's purpose is to move the tableau to the state representing the next better vertex with (in our example) a higher profit value.

Remember, this is what we're simulating:

Assignment

Complete the pivot method. It takes the pivot row and col indexes as inputs, mutates the internal tableau, and returns nothing.