Statistics
0 Questions
5 Answers
RANK
2,736
of 297,016
REPUTATION
22
CONTRIBUTIONS
0 Questions
5 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
5
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Chasing what is wrong with 'dual-simplex-highs' in linprog
Hello all, Thank you for providing the data for the failing problem, Bruno. And I'm sorry for the inconvenience. As you noted...
4 months ago | 1
| accepted
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...
3 years ago | 2
| accepted
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...
5 years ago | 2
"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...
6 years ago | 0
| accepted
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...
10 years ago | 0