-
Hello, |
Beta Was this translation helpful? Give feedback.
Answered by
HerrGoebi
Dec 15, 2022
Replies: 1 comment
-
I found the answer. I didn't understand that the different "con[i] = ..... " are in fact calculated as " (con[i]= ..... )>=0 ". |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
HerrGoebi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found the answer. I didn't understand that the different "con[i] = ..... " are in fact calculated as " (con[i]= ..... )>=0 ".
For example if x[i] >= 2 one has to write: con[i] = x[i]- 2