Skip to content

Commit

Permalink
SymbolicWedderburn v0.3 -> v0.4
Browse files Browse the repository at this point in the history
blegat committed Feb 9, 2024
1 parent c4f7e9a commit d33d510
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -29,5 +29,5 @@ MutableArithmetics = "1"
PolyJuMP = "0.7"
Reexport = "0.2, 1.0"
SemialgebraicSets = "0.3"
SymbolicWedderburn = "0.3"
SymbolicWedderburn = "0.4"
julia = "1.6"
4 changes: 2 additions & 2 deletions docs/src/tutorials/Polynomial Optimization/bilinear.jl
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

#md # [![](https://mybinder.org/badge_logo.svg)](@__BINDER_ROOT_URL__/generated/Polynomial Optimization/bilinear.ipynb)
#md # [![](https://img.shields.io/badge/show-nbviewer-579ACA.svg)](@__NBVIEWER_ROOT_URL__/generated/Polynomial Optimization/bilinear.ipynb)
# **Adapted from**: [Floudas1999; Section 3.1](@cite) and [Lasserre2009; Table 5.1](@cite)
# **Adapted from**: [Floudas1999; Section 3.2](@cite) and [Lasserre2009; Table 5.1](@cite)

# ## Introduction

# Consider the polynomial optimization problem from [Floudas1999; Section 3.1](@cite).
# Consider the polynomial optimization problem from [Floudas1999; Section 3.2](@cite).

using Test #src
using DynamicPolynomials

0 comments on commit d33d510

Please sign in to comment.