We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a3c026 commit b26a8d3Copy full SHA for b26a8d3
test/printhook.jl
@@ -24,7 +24,7 @@ using StructJuMP
24
@test sprint(print, parent) == """
25
Min x² + y
26
Subject to
27
- x + y = 1.0
+ x + y = 1
28
"""
29
@test sprint(show, parent) == """
30
An Abstract JuMP Model
0 commit comments