lpsolve55put_logfunc 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 void put_logfunc(
	IntPtr lp,
	lpsolve55logfunc newlog,
	int loghandle
)

Parameters

lp  IntPtr
 
newlog  lpsolve55logfunc
 
loghandle  Int32
 

See Also