lpsolve55set_var_branch 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 bool set_var_branch(
	IntPtr lp,
	int column,
	lpsolve55lpsolve_branch branch_mode
)

Parameters

lp  IntPtr
 
column  Int32
 
branch_mode  lpsolve55lpsolve_branch
 

Return Value

Boolean

See Also