We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af4bf8e commit cded928Copy full SHA for cded928
2 files changed
docs/src/submodules/Bridges/implementation.md
@@ -79,7 +79,7 @@ julia> MOI.Bridges.runtests(
79
""",
80
)
81
Test Summary: | Pass Total Time
82
-Bridges.runtests | 29 29 0.0s
+Bridges.runtests | 30 30 0.0s
83
```
84
85
There are a number of other useful keyword arguments.
@@ -123,5 +123,5 @@ Subject to:
123
ScalarAffineFunction{Int64}-in-LessThan{Int64}
124
(0) - (1) x <= (-1)
125
126
127
src/Bridges/Bridges.jl
@@ -283,7 +283,7 @@ julia> MOI.Bridges.runtests(
283
end,
284
285
286
-Bridges.runtests | 32 32 0.8s
+Bridges.runtests | 33 33 0.8s
287
288
"""
289
function runtests(args...; kwargs...)
0 commit comments