You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to use scipy.norm.cdf() function in a constraint for my CP model. However, because I pass float var expressions into this function, the scipy can't accept it as an input. Is there any way to be able to use non-basic external methods of python packages in the modeling of CP?
Best,
Saeede
The text was updated successfully, but these errors were encountered:
Hi,
I need to use scipy.norm.cdf() function in a constraint for my CP model. However, because I pass float var expressions into this function, the scipy can't accept it as an input. Is there any way to be able to use non-basic external methods of python packages in the modeling of CP?
Best,
Saeede
The text was updated successfully, but these errors were encountered: