Originally posted by: PARIKSHIT SHARMA
My problem is like this as will be written in LaTeX :
\documentclass[fleqn,a4paper,12pt]{article}
\begin{document}
Minimize \quad $z$\\
Subject to:
\[P_{C_{k},k}\leq{z}\hspace{3.7cm}\forall k\in\{1,2.....m\}\]
\[P_{C_{k,k}} = \frac{\frac{1}{(C_k)!}.{(\frac{\lambda_k}{\mu_k})}^{C_k}}{{\sum\limits_{n=0}^{n=C_k}\frac{1}{n!}.(\frac{\lambda_k}{\mu_k})^n}}\quad\quad\quad\quad \forall k\in\{1.....m\}\]
$C_k$ are variables for different $k$ and $C_k$ belongs to integer.
\end{document}
Is there any possibility to solve this optimization problem in CPLEX ?
#CPLEXOptimizers#DecisionOptimization