TaoSetFunctionLowerBound

Sets a bound on the solution objective value. When an approximate solution with an objective value below this number has been found, the solver will terminate.

Synopsis

#include "tao_solver.h"  
int TaoSetFunctionLowerBound(TAO_SOLVER tao,double fmin)
Collective on TAO_SOLVER

Input Parameters

tao - the TAO_SOLVER solver context
fmin - the tolerance

Options Database Keys

-tao_fmin <fmin> -sets the minimum function value

Keywords

options, View, Bounds,

See Also

TaoSetTolerances()

Level:intermediate
Location:src/interface/tao.c
TAO Solver Index
Table of Contents