Hello, When using sagemath to compute a linear programming problem(using GLPK backend), is there a way to get the slack values other than the full p.print_ranges()? that is just send the slacks(surplus) to a variable or vector? Thanks.
1 | initial version |
Hello, When using sagemath to compute a linear programming problem(using GLPK backend), is there a way to get the slack values other than the full p.print_ranges()? that is just send the slacks(surplus) to a variable or vector? Thanks.