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 4011398 commit 21c282eCopy full SHA for 21c282e
test/Utilities/print.jl
@@ -746,7 +746,7 @@ function test_print_model_to_stdout()
746
print(model; _latex_display = d)
747
seekstart(io)
748
@test read(io, String) ==
749
- "\$\$ \\begin{aligned}\n\\text{feasibility}\\\\\n\\text{Subject to}\\\\\n\\end{aligned} \$\$"
+ "\$\$ \\begin{aligned}\n\\text{feasibility}\\\\\n\\text{Subject to}\\\\\n\\end{aligned} \$\$\n"
750
return
751
end
752
test/Utilities/variable_container.jl
@@ -320,7 +320,7 @@ function test_LowerBoundAlreadySet()
320
for set in (
321
MOI.EqualTo(1),
322
MOI.GreaterThan(1),
323
- MOI.Interval(1),
+ MOI.Interval(1, 3),
324
MOI.Parameter(1),
325
MOI.Semicontinuous(1, 3),
326
MOI.Semiinteger(1, 3),
0 commit comments