Originally posted by: Kyle_Wang
Hi
i have created 2 ICumulFunctionExpr Resource and Usage to represent the total available resource and actual usage. the actual usage has to less than total resource. But seems cp.le is working on 3 ICumulFunctionExpr. Can some expert to suggest alternative way to do this? thanks!
ICumulFunctionExpr resource = new ICumulFunctionExpr();
ICumulFunctionExpr usage = new ICumulFunctionExpr();
cp.Le(usage,resource)
#CPOptimizer#DecisionOptimization