Can someone help me understand the following profit maximization problem (from Ellison Glaeser 1997)?
Manufacturing plants choose where to locate each of $N$ plants in one of $M$ locations. The profit from locating plant $k$ in location $i$ is given by
$log(\pi_{ki})=log(\bar{\pi}_{i})+\sum_{l\neq k}\delta_{kl}(1-\lambda_{li})(-\infty)+\epsilon_{ki}$
where $\bar{\pi}_{i}$ is the natural advantage from locating in $i$ to all plants (i.e. it doesn't depend on $k$), $\delta_{kl}$ is an Bernoulli random variable that is 1 with probability $\gamma^{s}$ (supposedly indicating the existence of a positive spillover possibility between plants $k$ and $l$), $\lambda_{li}$ is an indicator for whether plant $l$ is located in $i$, and $\epsilon_{ki}$ is an error term.
The model is meant to demonstrate the fact that plants choose to locate in certain locations both because of natural advantages of that location and because of agglomeration-type spillovers. My problem is with the second term, which doesn't seem to make much sense.
Thinking through the possible values of $\delta_{kl}(1-\lambda_{li})(-\infty)$ $\delta_{kl}(1-\lambda_{li})(-\infty)=\begin{cases} 0*1*-\infty=? & \text{ if }\delta_{kl}=0\text{ and }\lambda_{li}=0\\ 0*0*-\infty=? & \text{ if }\delta_{kl}=0\text{ and }\lambda_{li}=1\\ 1*1*-\infty=? & \text{ if }\delta_{kl}=1\text{ and }\lambda_{li}=0\\ 1*0*-\infty=? & \text{ if }\delta_{kl}=1\text{ and }\lambda_{li}=1 \end{cases}$
if we define $0*-\infty=0$ and $1*-\infty=-\infty$ we get $\delta_{kl}(1-\lambda_{li})(-\infty)=\begin{cases} 0*1*-\infty=0 & \text{ if }\delta_{kl}=0\text{ and }\lambda_{li}=0\\ 0*0*-\infty=0 & \text{ if }\delta_{kl}=0\text{ and }\lambda_{li}=1\\ 1*1*-\infty=-\infty & \text{ if }\delta_{kl}=1\text{ and }\lambda_{li}=0\\ 1*0*-\infty=0 & \text{ if }\delta_{kl}=1\text{ and }\lambda_{li}=1 \end{cases}$
which still makes no sense since the only possible value of $\sum_{l\neq k}\delta_{kl}(1-\lambda_{li})(-\infty)$ is zero or minus infinity. My next thought was that maybe I could transform this function to get profits alone:$\pi_{ki}=\bar{\pi}_{i}\prod_{l\neq k}e^{\delta_{kl}(1-\lambda_{li})(-\infty)}e^{\epsilon_{ki}}$
but now the term $\prod_{l\neq k}e^{\delta_{kl}(1-\lambda_{li})(-\infty)}$ can only possibly be zero or 1.