Namespace: DWSIM.MathOpsAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax [DllImportAttribute("lpsolve55", CharSet = CharSet.Ansi, ExactSpelling = true,
SetLastError = true)]
public static IntPtr make_lp(
int rows,
int columns
)
<DllImportAttribute("lpsolve55", CharSet := CharSet.Ansi, ExactSpelling := true,
SetLastError := true>]
Public Shared Function make_lp (
rows As Integer,
columns As Integer
) As IntPtr
Request Example
View SourceParameters
- rows Int32
-
- columns Int32
-
Return Value
IntPtrSee Also