Code
\documentclass[a4paper,twoside,12pt]{book}
\usepackage{amstext}
\usepackage[utf8]{inputenc}
\usepackage{cases}
\usepackage{amsmath}
\begin{document}
\begin{subnumcases}{}\label{eq:regola_scelta_reject}
\begin{aligned}
objective &: \qquad \min \quad \sum_{j=1}^{H}x_jw_j\\
subject to &: \qquad \displaystyle\sum_{j=1}^{H}x_jw_j \geq W_L\\
\end{aligned} \label{eq:regola_scelta_reject_1}\\
\begin{aligned}
objective &: \qquad \min \quad \sum_{j=1}^{H}x_jw_j \vee H_{e} \geq 2 \\
subject to &: \qquad \displaystyle\sum_{j=1}^{H}x_jw_j < W_L\\
\end{aligned} \label{eq:regola_scelta_reject_2}\\
\end{subnumcases}
\end{document}
What I'm doing wrong? This is what I'm trying to acheive:



casesrequest 2 condition on the same line. Is there any alternative tocasesthat doesn't include the 2-nd condition? – gmeroni Mar 13 '14 at 13:59casesenvironment in dollar signs will remove the particular errors you are experiencing, but there are other issues, such as material you intend as text being placed into math style. – Steven B. Segletes Mar 13 '14 at 14:01\documentclassand ends with\end{document}. – Steven B. Segletes Mar 13 '14 at 14:02\[....\]– David Carlisle Mar 13 '14 at 14:13subnumcases,cases,align,equino, ecc ecc...so I can't construct a MWE – gmeroni Mar 13 '14 at 14:21\documentclassetc. An accompanying picture helps, preferably viewable in your question, rather than to a website that is blocked by my browser. – Steven B. Segletes Mar 13 '14 at 14:23casespackage (which I have never heard of) sincecasesis a standard amsmath command so any answers based on your original fragment would likely have been wrong – David Carlisle Mar 13 '14 at 15:06amsmathautomatically loadsamstext, so it's not necessary to load it separately. – barbara beeton Mar 13 '14 at 15:44