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 49d9662 commit 6bfca94Copy full SHA for 6bfca94
src/Bridges/Constraint/bridges/CircuitToMILPBridge.jl
@@ -58,7 +58,6 @@ function bridge_constraint(
58
n = MOI.dimension(s)
59
z = [MOI.add_constrained_variable(model, MOI.ZeroOne())[1] for _ in 1:n^2]
60
Z = reshape(z, n, n)
61
- MOI.add_constraint.(model, z, MOI.ZeroOne())
62
equal_to = MOI.ConstraintIndex{MOI.ScalarAffineFunction{T},MOI.EqualTo{T}}[]
63
for (i, x) in enumerate(MOI.Utilities.eachscalar(f))
64
f_1 = MOI.ScalarAffineFunction(
0 commit comments