Hi
I am really enjoying your package, but I would like to see a feature (or maybe it is already implemented, though I could not find any documentation on it) for having constraints defined with upper and lower bounds that aligns (aesthetically) well with typical constraints. Here is an example.
\begin{mini}
{v}{c^Tv}{}{}
{\label{OP:FBA}}
\addConstraint{Sv}{=0}{}
\addConstraint{L \leq}{v \leq U}{}
\end{mini}
I think it would be advantageous if the "v" in the second constraint would align with the "=' for the first constraint. Such constraints are abundant in optimization problems using in cell metabolism modelling.
Hi
I am really enjoying your package, but I would like to see a feature (or maybe it is already implemented, though I could not find any documentation on it) for having constraints defined with upper and lower bounds that aligns (aesthetically) well with typical constraints. Here is an example.
\begin{mini}
{v}{c^Tv}{}{}
{\label{OP:FBA}}
\addConstraint{Sv}{=0}{}
\addConstraint{L \leq}{v \leq U}{}
\end{mini}
I think it would be advantageous if the "v" in the second constraint would align with the "=' for the first constraint. Such constraints are abundant in optimization problems using in cell metabolism modelling.