photo

Derya

Last seen: 10 mois il y a Actif depuis 2015

Followers: 0   Following: 0

Message

Statistiques

  • Knowledgeable Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
How to set stopping criteria in mixed integer programming?
Hello Frank, The stopping tolerance is automatically modified to tolerance = min(1/(1+|L|), RelativeGapTolerance) As describ...

environ 3 ans il y a | 2

| A accepté

Réponse apportée
Linprogr in Matlab not finding a solution when a solution exists
Hello CT, linprog with 'Preprocess' option set to 'none' will give you a solution. Then, by decreasing the 'ConstraintTolerance...

presque 5 ans il y a | 2

Réponse apportée
"linprog stopped because it exceeded its allocated memory" with the dual-simplex algorithm
Hello Andres. Actually, you have uncovered a bug in the presolving phase of the dual-simplex code. I apologize for the inconven...

plus de 5 ans il y a | 0

| A accepté

Réponse apportée
How to include min() in optimization constraint
Hello Greg, In regards to your question whether one can use min() or max() in writing their nonlinear constraints, the answer...

plus de 9 ans il y a | 0