IpoptOpen Ipopt Output File Method
Definition
Namespace: Cureos.Numerics
Assembly: Cureos.Numerics (in Cureos.Numerics.dll) Version: 0.0.0.0
Assembly: Cureos.Numerics (in Cureos.Numerics.dll) Version: 0.0.0.0
C#
[DllImportAttribute("Ipopt39")]
private static int OpenIpoptOutputFile(
IntPtr ipopt_problem,
string file_name,
int print_level
)VB
<DllImportAttribute("Ipopt39">]
Private Shared Function OpenIpoptOutputFile (
ipopt_problem As IntPtr,
file_name As String,
print_level As Integer
) As Integer