Search found 1 match

by jesus
Sun Jan 22, 2017 6:47 pm
Forum: Text Formatting
Topic: Writing a code for optimization problem
Replies: 4
Views: 70134

Writing a code for optimization problem

A bit late but it might help other people looking for the same answer. The package optidef ( https://www.ctan.org/pkg/optidef ) was intended as the easy way to define optimization problems.

\usepackage{optidef}
\begin{mini}|l|
{w,u}{f(w)+ R(w+6x)}{}{}
\addConstraint{g(w_k)+h(w_k)}{=0,}{k=0 ...