Closed richardrl closed 1 year ago
Figured it out.
To use this file, comment everything except the function you want, and make a new optimization.jl file:
using TSSOS
using DynamicPolynomials
include("polynomials.jl")
opt,sol,data = tssos_first(f, x, TS="MD")
and add using DynamicPolynomials
to the polynomials.jl file
Hi, I'm new to Julia, and wasn't able to run the examples even after searching a bit.
This command does not work:
How do I get it to work?
I also tried this: