1Blurb::
2Maximum allowable constraint violation still considered feasible
3
4Description::
5Sets the maximum allowable value of infeasibility that any constraint
6in an optimization problem may possess and still be considered to be
7satisfied.
8
9If a constraint's violation is greater than this value then it is
10considered to be violated by the optimization algorithm. This
11specification gives some control over how tightly the constraints will
12be satisfied at convergence of the algorithm. However, if the value is
13set too small the algorithm may terminate with one or more constraints
14being violated.
15
16<b> Defaults </b>
17
18Defaults vary depending on the method.
19\li CONMIN optimizers: 1.0e-3
20\li DOT constrained optimizers: 3.0e-3
21\li \ref method-surrogate_based_local : 1.0e-4
22
23Topics::	method_independent_controls
24Examples::
25Theory::
26Faq::
27See_Also::
28