DWSIM Class Library Documentation
C#VB
    Show/Hide TOC
    • Loading...

    Ipopt Class

    Definition

    Namespace: Cureos.Numerics
    Assembly: Cureos.Numerics (in Cureos.Numerics.dll) Version: 0.0.0.0
    C#Request Example
    public sealed class Ipopt : IDisposable
    VBRequest Example
    Public NotInheritable Class Ipopt
    	Implements IDisposable
    Inheritance
    Object    Ipopt
    Implements
    IDisposable

    Constructors

    Ipopt 

    Methods

    AddIpoptIntOption 
    AddIpoptNumOption 
    AddIpoptStrOption 
    AddOption(String, Double) 
    AddOption(String, Int32) 
    AddOption(String, String) 
    CopyToPointer(Int32, Double, Double*) 
    CopyToPointer(Int32, Int32, Int32*) 
    CreateArray(Int32, Double*) 
    CreateArray(Int32, Int32*) 
    CreateIpoptProblem 
    Dispose 
    Dispose(Boolean) 
    FreeIpoptProblem 
    IpoptSolve 
    OpenIpoptOutputFile 
    OpenOutputFile 
    SetIntermediateCallback(IntermediateDelegate) 
    SetIntermediateCallback(IntPtr, IpoptIntermediate_CB) 
    SetIpoptProblemScaling 
    SetScaling 
    SolveProblem 

    Fields

    FALSE 
    IpoptDllName 
    m_disposed 
    m_eval_f 
    m_eval_g 
    m_eval_grad_f 
    m_eval_h 
    m_eval_jac_g 
    m_intermediate 
    m_problem 
    NegativeInfinity 
    PositiveInfinity 
    TRUE 

    Extension Methods

    GetEnumNames
    (Defined by General)
    IsValidDouble
    (Defined by General)

    See Also

    Reference

    Cureos.Numerics Namespace

    In This Article

    • Definition
    • Constructors
    • Methods
    • Fields
    • Extension Methods
    • See Also

    DWSIM is open-source software, released under the GPL v3 license. (c) 2008-2026 Daniel Medeiros and contributors

    Send comments on this topic to Daniel Medeiros