I have an optimization problem formulated as follows. Let optimization function be defined as:
maximize $\sum_j \sum_w f(_{,}\cdot \mbox{}) + g(_{,})$
subject to: $\sum_w _{,}\cdot _{,} \cdot _{,} \leq _ \left(\forall , \forall \right)$
is a binary valued decision variables.
Both $f(x)$ and $g(x)$ are linear functions and constraint is also linear but unfortunately decision variable $x_{w,j}$ is binary valued.
I am confused if I can use interior-point method to solve it?
Thanks,
raza