跳至主内容
框架 无框架

操作员%

publicIloIntExprArg operator%(constIloIntExprArg x, constIloIntExprArg y)
定义文件: ilconcert/iloexpression.h
用于约束编程:返回等于参数 modulo 的表达式。

This operator returns an instance of IloIntExprArg, the internal building block of an expression, representing the modulo of the expressions x and y.


操作员%

publicIloIntExprArg operator%(constIloIntExprArg x,IloInt y)
定义文件: ilconcert/iloexpression.h
返回等于参数 modulo 的表达式。

该运算符返回表达式内部构件 "IloIntExprArg的实例,表示表达式 "x和整数值 "y的模数。


操作员%

publicIloIntExprArg operator%IloInt x, constIloIntExprArg y)
定义文件: ilconcert/iloexpression.h
返回等于参数 modulo 的表达式。

该运算符返回表达式内部构件 "IloIntExprArg的实例,表示整数值 "x和表达式 "y的模数。