MINLPLib
A Library of Mixed-Integer and Continuous Nonlinear Programming Instances
Home // Instances // Documentation // Download // Statistics
Instance sporttournament08
This is a quadratic model for the max-cut problem. The instance arises when minimizing so-called breaks in sports tournaments.
Formatsⓘ | ams gms lp mod nl osil pip py |
Primal Bounds (infeas ≤ 1e-08)ⓘ | |
Other points (infeas > 1e-08)ⓘ | |
Dual Boundsⓘ | 24.00000002 (ANTIGONE) 24.00000002 (BARON) 24.00000000 (COUENNE) 24.00000079 (CPLEX) 24.00000000 (GUROBI) 24.00000000 (LINDO) 24.00000000 (SCIP) 24.00000000 (SHOT) |
Referencesⓘ | Elf, Matthias, Jünger, Michael, and Rinaldi, Giovanni, Minimizing Breaks by Maximizing Cuts, Operations Research Letters, 31:5, 2003, 343-349. |
Sourceⓘ | POLIP instance maxcut/sched-8-4711 |
Applicationⓘ | Sports Tournament |
Added to libraryⓘ | 26 Feb 2014 |
Problem typeⓘ | MBQCP |
#Variablesⓘ | 29 |
#Binary Variablesⓘ | 28 |
#Integer Variablesⓘ | 0 |
#Nonlinear Variablesⓘ | 28 |
#Nonlinear Binary Variablesⓘ | 28 |
#Nonlinear Integer Variablesⓘ | 0 |
Objective Senseⓘ | max |
Objective typeⓘ | linear |
Objective curvatureⓘ | linear |
#Nonzeros in Objectiveⓘ | 1 |
#Nonlinear Nonzeros in Objectiveⓘ | 0 |
#Constraintsⓘ | 1 |
#Linear Constraintsⓘ | 0 |
#Quadratic Constraintsⓘ | 1 |
#Polynomial Constraintsⓘ | 0 |
#Signomial Constraintsⓘ | 0 |
#General Nonlinear Constraintsⓘ | 0 |
Operands in Gen. Nonlin. Functionsⓘ | |
Constraints curvatureⓘ | indefinite |
#Nonzeros in Jacobianⓘ | 29 |
#Nonlinear Nonzeros in Jacobianⓘ | 28 |
#Nonzeros in (Upper-Left) Hessian of Lagrangianⓘ | 96 |
#Nonzeros in Diagonal of Hessian of Lagrangianⓘ | 0 |
#Blocks in Hessian of Lagrangianⓘ | 1 |
Minimal blocksize in Hessian of Lagrangianⓘ | 28 |
Maximal blocksize in Hessian of Lagrangianⓘ | 28 |
Average blocksize in Hessian of Lagrangianⓘ | 28.0 |
#Semicontinuitiesⓘ | 0 |
#Nonlinear Semicontinuitiesⓘ | 0 |
#SOS type 1ⓘ | 0 |
#SOS type 2ⓘ | 0 |
Minimal coefficientⓘ | 1.0000e+00 |
Maximal coefficientⓘ | 4.0000e+00 |
Infeasibility of initial pointⓘ | 0 |
Sparsity Jacobianⓘ | |
Sparsity Hessian of Lagrangianⓘ |
$offlisting * * Equation counts * Total E G L N X C B * 1 0 0 1 0 0 0 0 * * Variable counts * x b i s1s s2s sc si * Total cont binary integer sos1 sos2 scont sint * 29 1 28 0 0 0 0 0 * FX 0 * * Nonzero counts * Total const NL DLL * 29 1 28 0 * * Solve m using MINLP maximizing objvar; Variables b1,b2,b3,b4,b5,b6,b7,b8,b9,b10,b11,b12,b13,b14,b15,b16,b17,b18,b19 ,b20,b21,b22,b23,b24,b25,b26,b27,b28,objvar; Binary Variables b1,b2,b3,b4,b5,b6,b7,b8,b9,b10,b11,b12,b13,b14,b15,b16,b17 ,b18,b19,b20,b21,b22,b23,b24,b25,b26,b27,b28; Equations e1; e1.. 2*b1*b10 - 4*b1 - 2*b10 + 2*b1*b17 + 2*b1*b18 + 2*b1*b20 + 2*b2*b4 - 2*b2 - 2*b4 + 2*b2*b14 - 4*b14 + 2*b3*b19 - 2*b3 + 2*b3*b21 + 2*b3*b23 - 2*b3* b24 + 2*b4*b5 - 2*b5 + 2*b4*b7 - 2*b7 - 2*b4*b25 + 2*b5*b8 - 4*b8 + 2*b6* b7 + 2*b6 - 2*b6*b23 - 2*b6*b25 - 2*b6*b28 + 2*b7*b13 - 2*b13 - 2*b7*b18 + 2*b8*b9 - 2*b9 + 2*b8*b12 - 2*b12 + 2*b8*b25 + 2*b9*b13 + 2*b10*b24 + 2 *b10*b27 - 2*b10*b28 + 2*b11*b12 - 2*b11 - 2*b11*b19 + 2*b11*b25 + 2*b11* b28 + 2*b12*b14 - 2*b12*b17 + 2*b13*b15 - 2*b15 - 2*b13*b16 + 2*b14*b15 + 2*b14*b16 + 2*b16*b17 - 2*b16*b18 - 2*b17*b19 + 2*b18*b23 + 2*b19*b20 - 2* b20*b21 - 2*b20*b22 + 2*b22*b26 - 2*b23*b26 - 2*b26*b27 + 2*b26*b28 + objvar =L= 0; Model m / all /; m.limrow=0; m.limcol=0; m.tolproj=0.0; $if NOT '%gams.u1%' == '' $include '%gams.u1%' $if not set MINLP $set MINLP MINLP Solve m using %MINLP% maximizing objvar;
Last updated: 2024-08-26 Git hash: 6cc1607f