Skip to content

Commit a5408e9

Browse files
committed
[UPD] Remove CPLEX from comments
1 parent c9159a8 commit a5408e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compare.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ function benchmark_parameters(model,
5959
print("Simulation time = ",round(simulationtime,4),"\t")
6060
print("Simulation memory = ", simulationmemory,"\t")
6161
print("Gap < ", round(100*(upb-V0)/V0),"% with prob 97.5%\t")
62-
println("number CPLEX call = ", callsolver)
62+
println("number external solver call = ", callsolver)
6363
end
6464
end

0 commit comments

Comments
 (0)