# NOT RUN {
#Solve the MaxCut problem using the built in adjacency matrix B
data(Bmaxcut)
out <- maxcut(Bmaxcut)
blk <- out$blk
At <- out$At
C <- out$C
b <- out$b
out <- sqlp(blk,At,C,b)
#Alternatiee Input Method (Not Run)
#out <- sqlp(sqlp_obj=out)
# }
Run the code above in your browser using DataLab