lpsolve55get_constr_value Method

Definition

Namespace: DWSIM.MathOps
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
[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
)

Parameters

lp  IntPtr
 
row  Int32
 
count  Int32
 
primsolution  Double
 
nzindex  Int32
 

Return Value

Double

See Also