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 7254045 commit 018003f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@ def fast_remove_redundant_facets(lb, ub, S, c, opt_percentage=100):

b_res = []
A_res = np.empty((0, n), float)
update_model_constraints_and_bounds(model_iter, Aeq_sparse, beq, A_sparse, [val], lb, ub)
update_model_constraints_and_bounds(model_iter, Aeq_sparse,
beq, A_sparse,
[val], lb, ub)


for i in indices:
Expand Down

0 comments on commit 018003f

Please sign in to comment.