JuMPeR.jl icon indicating copy to clipboard operation
JuMPeR.jl copied to clipboard

grisu issue

Open EdwinMeriaux opened this issue 1 year ago • 0 comments

hi! I've been using JuMPeR for Robust optimization and I have issue with Grisu (LoadError: UndefVarError: Grisu not defined).

I tried to solve it like this:

using Pkg Pkg.add("JuMPeR")

Pkg.add("Grisu")

if isdefined(Base, :Grisu) import Base.Grisu else import Grisu end

using JuMPeR

and it's still not working. would you know how to solve it?

EdwinMeriaux avatar Jul 29 '23 21:07 EdwinMeriaux