Cureos.Numerics.Nlp.S225.S225 C# (CSharp) Method

S225() public method

public S225 ( )
        public S225()
            : base(2,  // Number of variables
            new[] { NegativeInfinity, NegativeInfinity },   // Lower variable bounds
            new[] { PositiveInfinity, PositiveInfinity },   // Upper varable bounds
            5,  // Number of constraints
            new[] { 1.0, 1.0, 9.0, 0.0, 0.0 },  // Lower constraint bounds
            new[] { PositiveInfinity, PositiveInfinity, PositiveInfinity, PositiveInfinity, PositiveInfinity }, // Upper constraint bounds
            10, // Number of elements in (sparse) Jacobian
            0,  // Number of elements in (sparse) Hessian; 0 since Hessian approximation is applied
            false,  // Use native callback functions?
            true,   // Use limited-memory Hessian approximation?
            false)
        {
        }