Question: Write a python function that takes in a linear programming problem and returns a simplex tableau and basis by the specifications above ( return tableau,
Write a python function that takes in a linear programming problem and returns a simplex tableau and basis by the specifications above return tableau, basis You may assume that all the input problems can be put into canonical form. The first line of the function should appear as: def makeTableauc A b where c b and basis are numpy row array do not worry about making then columns Here is an example of the input and expected output of the function: A nparray float c nparray float b nparray float tableau, basis makeTableau c A b tableau, basis array array
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
