public interface LSFunction0
LSOperator.Function in LocalSolver. A function is a particular
LSExpression composed of two parts:
LSOperator.Argument.| Modifier and Type | Method and Description |
|---|---|
LSExpression |
call()
Evaluate and returns the body of the function.
|
LSExpression call()
LSModel.createFunction(localsolver.LSFunction0).
Your implementation must return an LSExpression that will be used as the
body of your LocalSolver function.