MINLPLib
A Library of Mixed-Integer and Continuous Nonlinear Programming Instances
Home // Instances // Documentation // Download // Statistics
Instance cvxnonsep_psig20
convex MINLP test problem with non-separable signomial objective function see also problem description (PDF).
Formatsⓘ | ams gms mod nl osil py |
Primal Bounds (infeas ≤ 1e-08)ⓘ | |
Other points (infeas > 1e-08)ⓘ | |
Dual Boundsⓘ | 93.74291422 (ALPHAECP) 93.09193179 (ANTIGONE) 93.81138757 (BARON) 93.81138766 (BONMIN) 93.81138766 (LINDO) 93.81138705 (SCIP) 93.81093290 (SHOT) |
Referencesⓘ | Kronqvist, Jan, Lundell, Andreas, and Westerlund, Tapio, Reformulations for utilizing separability when solving convex MINLP problems, submitted, 2017. |
Applicationⓘ | Test Problem |
Added to libraryⓘ | 11 Sep 2017 |
Problem typeⓘ | MINLP |
#Variablesⓘ | 20 |
#Binary Variablesⓘ | 0 |
#Integer Variablesⓘ | 10 |
#Nonlinear Variablesⓘ | 20 |
#Nonlinear Binary Variablesⓘ | 0 |
#Nonlinear Integer Variablesⓘ | 10 |
Objective Senseⓘ | min |
Objective typeⓘ | signomial |
Objective curvatureⓘ | convex |
#Nonzeros in Objectiveⓘ | 20 |
#Nonlinear Nonzeros in Objectiveⓘ | 20 |
#Constraintsⓘ | 0 |
#Linear Constraintsⓘ | 0 |
#Quadratic Constraintsⓘ | 0 |
#Polynomial Constraintsⓘ | 0 |
#Signomial Constraintsⓘ | 0 |
#General Nonlinear Constraintsⓘ | 0 |
Operands in Gen. Nonlin. Functionsⓘ | |
Constraints curvatureⓘ | linear |
#Nonzeros in Jacobianⓘ | 0 |
#Nonlinear Nonzeros in Jacobianⓘ | 0 |
#Nonzeros in (Upper-Left) Hessian of Lagrangianⓘ | 400 |
#Nonzeros in Diagonal of Hessian of Lagrangianⓘ | 20 |
#Blocks in Hessian of Lagrangianⓘ | 1 |
Minimal blocksize in Hessian of Lagrangianⓘ | 20 |
Maximal blocksize in Hessian of Lagrangianⓘ | 20 |
Average blocksize in Hessian of Lagrangianⓘ | 20.0 |
#Semicontinuitiesⓘ | 0 |
#Nonlinear Semicontinuitiesⓘ | 0 |
#SOS type 1ⓘ | 0 |
#SOS type 2ⓘ | 0 |
Minimal coefficientⓘ | 8.5000e-02 |
Maximal coefficientⓘ | 2.0000e+04 |
Infeasibility of initial pointⓘ | 0 |
Sparsity Jacobianⓘ | |
Sparsity Hessian of Lagrangianⓘ |
$offlisting * * Equation counts * Total E G L N X C B * 1 1 0 0 0 0 0 0 * * Variable counts * x b i s1s s2s sc si * Total cont binary integer sos1 sos2 scont sint * 21 11 0 10 0 0 0 0 * FX 0 * * Nonzero counts * Total const NL DLL * 21 1 20 0 * * Solve m using MINLP minimizing objvar; Variables i1,i2,i3,i4,i5,i6,i7,i8,i9,i10,x11,x12,x13,x14,x15,x16,x17,x18,x19 ,x20,objvar; Integer Variables i1,i2,i3,i4,i5,i6,i7,i8,i9,i10; Equations e1; e1.. 20000*i1**(-0.32)*i2**(-0.19)*i3**(-0.405)*i4**(-0.265)*i5**(-0.175)*i6**( -0.44)*i7**(-0.275)*i8**(-0.47)*i9**(-0.31)*i10**(-0.295)*x11**(-0.105)* x12**(-0.15)*x13**(-0.235)*x14**(-0.115)*x15**(-0.42)*x16**(-0.095)*x17**( -0.115)*x18**(-0.085)*x19**(-0.115)*x20**(-0.22) + i1 + i2 + i3 + i4 + i5 + i6 + i7 + i8 + i9 + i10 + x11 + x12 + x13 + x14 + x15 + x16 + x17 + x18 + x19 + x20 - objvar =E= 0; * set non-default bounds i1.lo = 1; i1.up = 10; i2.lo = 1; i2.up = 10; i3.lo = 1; i3.up = 10; i4.lo = 1; i4.up = 10; i5.lo = 1; i5.up = 10; i6.lo = 1; i6.up = 10; i7.lo = 1; i7.up = 10; i8.lo = 1; i8.up = 10; i9.lo = 1; i9.up = 10; i10.lo = 1; i10.up = 10; x11.lo = 1; x11.up = 10; x12.lo = 1; x12.up = 10; x13.lo = 1; x13.up = 10; x14.lo = 1; x14.up = 10; x15.lo = 1; x15.up = 10; x16.lo = 1; x16.up = 10; x17.lo = 1; x17.up = 10; x18.lo = 1; x18.up = 10; x19.lo = 1; x19.up = 10; x20.lo = 1; x20.up = 10; 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% minimizing objvar;
Last updated: 2024-08-26 Git hash: 6cc1607f