Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Jul 3, 2024
1 parent 39d45b0 commit 66e8e51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ JuMP.primal_status(model)
# We can now obtain this feasible solution with:

value(V)
@test iszero(remove_monomials(MP.polynomial(value(V)), monos)) #src
@test iszero(remove_monomials(polynomial(value(V)), monos)) #src

0 comments on commit 66e8e51

Please sign in to comment.