CompactQuasiNewtonSolver Constructor

Initializes a new instance of the CompactQuasiNewtonSolver class.

Namespace:  Microsoft.SolverFoundation.Solvers
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Sub New ( _
    numberOfVariables As Integer _
)
public CompactQuasiNewtonSolver(
    int numberOfVariables
)
public:
CompactQuasiNewtonSolver(
    int numberOfVariables
)
new : 
        numberOfVariables:int -> CompactQuasiNewtonSolver
public function CompactQuasiNewtonSolver(
    numberOfVariables : int
)

Parameters

  • numberOfVariables
    Type: System.Int32
    The number of decision variables.

.NET Framework Security

See Also

Reference

CompactQuasiNewtonSolver Class

CompactQuasiNewtonSolver Members

Microsoft.SolverFoundation.Solvers Namespace