Skip to content

Commit e46b123

Browse files
authored
Update src/FileFormats/MPS/MPS.jl
1 parent 5a4066d commit e46b123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FileFormats/MPS/MPS.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1375,7 +1375,7 @@ function _add_quad_constraint(model, data, variable_map, j, c_name, set)
13751375
quad_terms = MOI.ScalarQuadraticTerm{Float64}[]
13761376
options = get_options(model)
13771377
scale = if options.quadratic_format == kQuadraticFormatGurobi
1378-
# Gurobi does NOT have a /2 as part of the quadratic matrix! Why oh why
1378+
# Gurobi does NOT have a /2 as part of the quadratic matrix. Why oh why
13791379
# would you break precedent with all other formats.
13801380
2.0
13811381
else

0 commit comments

Comments
 (0)