Re: Warning on max constraint violation (9.9483e-04) exceeds tolerance
AnsweredThis message is shown while running the code. The question is how should i avoid getting these warnings while getting the optimal solution.
Best,
Dhiraj
0
-
Hi Dhiraj,
Violations can sometimes be unavoidable, depending on the model. Here are a list of settings to try and reduce:
NumericFocus=1
NumericFocus=2
NumericFocus=3
ScaleFlag=0
Aggregate=0
IntegralityFocus=1
MarkowitzTol=0.999
FeasibilityTol=1e-9
Presolve=0
Descriptions can be found here:
Parameter Descriptions
- Riley0
Please sign in to leave a comment.
Comments
1 comment