opl - cplex: define custom mathematical function -


i want define custom function f in implementation of optimisation model in cplex, mathematical functions not available. want use customised function f make relation between 2 of model variables decisions. here in how defined f(x) (it cdf of normal distribution):

thank detail!

cutom function

you won't able directly. cplex allow linear , small subset of non-linear relations such quadratic or second-order cone functions. may able approximate function piecewise linear function.


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

python - Error: Unresolved reference 'selenium' What is the reason? -

asp.net ajax - Jquery scroll to element just goes to top of page -