lpsolve 55get_ constr_ value 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 double get_constr_value(
IntPtr lp,
int row,
int count,
double[] primsolution,
int[] nzindex
)VB
<DllImportAttribute("lpsolve55", CharSet := CharSet.Ansi, ExactSpelling := true,
SetLastError := true>]
Public Shared Function get_constr_value (
lp As IntPtr,
row As Integer,
count As Integer,
primsolution As Double(),
nzindex As Integer()
) As Double