The INonLinerCallBack interface contains methods for organization of callback in non-linear optimization equations.
| Method name | Brief description | |
| GetConstraintTermValue | The GetConstraintTermValue method returns the value of constraint variable at the specified moment of time. | |
| GetCriterialFuncTermValue | The GetCriterialFuncTermValue method returns the value of criterion function variable at the specified moment of time. | |
| GetTermValue | The GetTermValue method returns the value of equation variable at the specified moment of time. | |
| SetControlVariableValue | The SetControlVariableValue method changes value of the controlling variable at the specified moment of time. | |
| SetVariableValue | The SetVariableValue method changes value of equation variable at the specified moment of time. |
See also: