lpsolve55add_SOS 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 int add_SOS(
	IntPtr lp,
	ref string name,
	int sostype,
	int priority,
	int count,
	int[] sosvars,
	double[] weights
)

Parameters

lp  IntPtr
 
name  String
 
sostype  Int32
 
priority  Int32
 
count  Int32
 
sosvars  Int32
 
weights  Double
 

Return Value

Int32

See Also