Since we now have capacitated versions of both the [`LSCP`](https://github.com/pysal/spopt/blob/28dcd5016d990f1a3a65db2a11253457b52d5205/spopt/locate/coverage.py#L294), [`PMP`](https://github.com/pysal/spopt/blob/28dcd5016d990f1a3a65db2a11253457b52d5205/spopt/locate/p_median.py#L322), and [`KN-PMP`](https://github.com/pysal/spopt/blob/28dcd5016d990f1a3a65db2a11253457b52d5205/spopt/locate/p_median.py#L857), we should implement the capacitated schema in the following as time permits: * [ ] [`LSCP-B`](https://github.com/pysal/spopt/blob/28dcd5016d990f1a3a65db2a11253457b52d5205/spopt/locate/coverage.py#L746) * [ ] [`MCLP`](https://github.com/pysal/spopt/blob/28dcd5016d990f1a3a65db2a11253457b52d5205/spopt/locate/coverage.py#L1186) * [ ] [`PCP`](https://github.com/pysal/spopt/blob/28dcd5016d990f1a3a65db2a11253457b52d5205/spopt/locate/p_center.py#L220)