lpsolve 55read_ XLI Method
Definition
Namespace: DWSIM.MathOps
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
C#
[DllImportAttribute("lpsolve55", CharSet = CharSet.Ansi, ExactSpelling = true,
SetLastError = true)]
public static int read_XLI(
ref string xliname,
ref string modelname,
ref string dataname,
ref string options,
int verbose
)VB
<DllImportAttribute("lpsolve55", CharSet := CharSet.Ansi, ExactSpelling := true,
SetLastError := true>]
Public Shared Function read_XLI (
ByRef xliname As String,
ByRef modelname As String,
ByRef dataname As String,
ByRef options As String,
verbose As Integer
) As Integer