Skip to content

Commit

Permalink
Update redundant_facet_removal_experiment.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nitishmalang authored Oct 6, 2023
1 parent 8f9936d commit a1ac13e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def fast_remove_redundant_facets(lb, ub, S, c, opt_percentage=100):

b_res = []
A_res = np.empty((0, n), float)
A_res = np.empty((0, n), float)

update_model_constraints_and_bounds(model_iter, Aeq_sparse, Aeq_sparse, beq, A_sparse, [val], lb, ub)


Expand Down

0 comments on commit a1ac13e

Please sign in to comment.