MINLPLib

A Library of Mixed-Integer and Continuous Nonlinear Programming Instances

Home // Instances // Documentation // Download // Statistics


Instance kall_diffcircles_5a

A set of circles are to be cut from rectangular design plates to be produced, or from a set of stocked rectangles of known geometric dimensions.
The objective is to minimize the area of the design rectangles.
The design plates are subject to lower and upper bounds of their widths and lengths.
The objects are free of any orientation restrictions.
Formats ams gms lp mod nl osil pip py
Primal Bounds (infeas ≤ 1e-08)
9.18687246 p1 ( gdx sol )
(infeas: 2e-15)
8.81539213 p2 ( gdx sol )
(infeas: 8e-10)
5.11617890 p3 ( gdx sol )
(infeas: 4e-15)
Other points (infeas > 1e-08)  
Dual Bounds
5.11617890 (ANTIGONE)
5.11617889 (BARON)
5.11614934 (COUENNE)
5.11617846 (GUROBI)
5.11617890 (LINDO)
5.11617887 (SCIP)
References Kallrath, Josef, Cutting circles and polygons from area-minimizing rectangles, Journal of Global Optimization, 43:2-3, 2009, 299-328.
Source ANTIGONE test library model Other_MIQCQP/kall_diffcircles_5a
Application Geometry
Added to library 15 Aug 2014
Problem type QCP
#Variables 14
#Binary Variables 0
#Integer Variables 0
#Nonlinear Variables 12
#Nonlinear Binary Variables 0
#Nonlinear Integer Variables 0
Objective Sense min
Objective type linear
Objective curvature linear
#Nonzeros in Objective 1
#Nonlinear Nonzeros in Objective 0
#Constraints 24
#Linear Constraints 13
#Quadratic Constraints 11
#Polynomial Constraints 0
#Signomial Constraints 0
#General Nonlinear Constraints 0
Operands in Gen. Nonlin. Functions  
Constraints curvature indefinite
#Nonzeros in Jacobian 67
#Nonlinear Nonzeros in Jacobian 42
#Nonzeros in (Upper-Left) Hessian of Lagrangian 52
#Nonzeros in Diagonal of Hessian of Lagrangian 10
#Blocks in Hessian of Lagrangian 3
Minimal blocksize in Hessian of Lagrangian 2
Maximal blocksize in Hessian of Lagrangian 5
Average blocksize in Hessian of Lagrangian 4.0
#Semicontinuities 0
#Nonlinear Semicontinuities 0
#SOS type 1 0
#SOS type 2 0
Minimal coefficient 1.0000e+00
Maximal coefficient 1.0000e+00
Infeasibility of initial point 14.64
Sparsity Jacobian Sparsity of Objective Gradient and Jacobian
Sparsity Hessian of Lagrangian Sparsity of Hessian of Lagrangian

$offlisting
*  
*  Equation counts
*      Total        E        G        L        N        X        C        B
*         24        2       10       12        0        0        0        0
*  
*  Variable counts
*                   x        b        i      s1s      s2s       sc       si
*      Total     cont   binary  integer     sos1     sos2    scont     sint
*         14       14        0        0        0        0        0        0
*  FX      0
*  
*  Nonzero counts
*      Total    const       NL      DLL
*         67       25       42        0
*
*  Solve m using NLP minimizing objvar;


Variables  x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,objvar;

Positive Variables  x12,x13;

Equations  e1,e2,e3,e4,e5,e6,e7,e8,e9,e10,e11,e12,e13,e14,e15,e16,e17,e18,e19
          ,e20,e21,e22,e23,e24;


e1..  - x1 + objvar =E= -17.530087007031;

e2.. -x12*x13 + x1 =E= 0;

e3.. (x2 - x4)*(x2 - x4) + (x3 - x5)*(x3 - x5) =G= 3.24;

e4.. (x2 - x6)*(x2 - x6) + (x3 - x7)*(x3 - x7) =G= 4;

e5.. (x2 - x8)*(x2 - x8) + (x3 - x9)*(x3 - x9) =G= 8.41;

e6.. (x2 - x10)*(x2 - x10) + (x3 - x11)*(x3 - x11) =G= 2.89;

e7.. (x4 - x6)*(x4 - x6) + (x5 - x7)*(x5 - x7) =G= 1.96;

e8.. (x4 - x8)*(x4 - x8) + (x5 - x9)*(x5 - x9) =G= 5.29;

e9.. (x4 - x10)*(x4 - x10) + (x5 - x11)*(x5 - x11) =G= 1.21;

e10.. (x6 - x8)*(x6 - x8) + (x7 - x9)*(x7 - x9) =G= 6.25;

e11.. (x6 - x10)*(x6 - x10) + (x7 - x11)*(x7 - x11) =G= 1.69;

e12.. (x8 - x10)*(x8 - x10) + (x9 - x11)*(x9 - x11) =G= 4.84;

e13..    x2 - x12 =L= -1.2;

e14..    x3 - x13 =L= -1.2;

e15..    x4 - x12 =L= -0.6;

e16..    x5 - x13 =L= -0.6;

e17..    x6 - x12 =L= -0.8;

e18..    x7 - x13 =L= -0.8;

e19..    x8 - x12 =L= -1.7;

e20..    x9 - x13 =L= -1.7;

e21..    x10 - x12 =L= -0.5;

e22..    x11 - x13 =L= -0.5;

e23..    x2 =L= 4;

e24..    x3 =L= 2;

* set non-default bounds
x1.lo = 2.89; x1.up = 32;
x2.lo = 1.2; x2.up = 6.8;
x3.lo = 1.2; x3.up = 2.8;
x4.lo = 0.6; x4.up = 7.4;
x5.lo = 0.6; x5.up = 3.4;
x6.lo = 0.8; x6.up = 7.2;
x7.lo = 0.8; x7.up = 3.2;
x8.lo = 1.7; x8.up = 6.3;
x9.lo = 1.7; x9.up = 2.3;
x10.lo = 0.5; x10.up = 7.5;
x11.lo = 0.5; x11.up = 3.5;
x12.up = 8;
x13.up = 4;
objvar.lo = 0; objvar.up = 32;

Model m / all /;

m.limrow=0; m.limcol=0;
m.tolproj=0.0;

$if NOT '%gams.u1%' == '' $include '%gams.u1%'

$if not set NLP $set NLP NLP
Solve m using %NLP% minimizing objvar;


Last updated: 2024-03-25 Git hash: 1dae024f
Imprint / Privacy Policy / License: CC-BY 4.0