public interface IRealConstraintFactory
Modifier and Type | Method and Description |
---|---|
default RealConstraint |
realIbexGenericConstraint(String functions,
RealVar... rvars)
Creates a RealConstraint to model one or more continuous functions, separated with semi-colon ";"
A function is a string declared using the following format: - the '{i}' tag defines a variable, where 'i' is an explicit index the array of variables vars ,
- one or more operators :'+,-,*,/,=,<,>,<=,>=,exp( ),ln( ),max( ),min( ),abs( ),cos( ), sin( ),...' |
default RealConstraint realIbexGenericConstraint(String functions, RealVar... rvars)
vars
,
functions
- list of functions, separated by a semi-colonrvars
- a list of real variablesCopyright © 2017. All rights reserved.