HybridLocalSearchModel.CreateNaryFunction Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Function CreateNaryFunction ( _
fun As Func, _
vids As Boolean _
) As Integer
public int CreateNaryFunction(
Func fun,
bool vids
)
public:
int CreateNaryFunction(
Func^ fun,
bool vids
)
member CreateNaryFunction :
fun:Func *
vids:bool -> int
public function CreateNaryFunction(
fun : Func,
vids : boolean
) : int
Parameters
- fun
Type: System.Func<T, TResult>
- vids
Type: System.Boolean
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.