public interface LSLambdaFunction3
LSOperator.LambdaFunction in LocalSolver. A lambda function is a
particular LSExpression composed of two parts:
LSOperator.Argument.| Modifier and Type | Method and Description |
|---|---|
LSExpression |
call(LSExpression a,
LSExpression b,
LSExpression c)
Evaluates and returns the body of the function.
|
LSExpression call(LSExpression a, LSExpression b, LSExpression c)
LSModel.createLambdaFunction(localsolver.LSLambdaFunction3)
with three LSOperator.Argument. Your implementation must return an
LSExpression that will be used as the body of your LocalSolver function.