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 018003f commit 6a76a91
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ 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,
update_model_constraints_and_bounds(model_iter,
Aeq_sparse,
beq, A_sparse,
[val], lb, ub)

Expand Down

0 comments on commit 6a76a91

Please sign in to comment.