20: you have defined your own bisection procedure. This
procedure should be written in the file BISSECTION_USER.C
which must include the
procedure
int Select_Best_Direction_Interval_User(int DimVar,int DimEq,
INTERVAL_VECTOR (* TheIntervalFunction)(int,int,INTERVAL_VECTOR &),
INTERVAL_VECTOR &Input)
where DimVar is the size of the unknown vector, DimEq the
number of equations, TheIntervalFunction the evaluation function
of your problem (by default F)and Input the current
box. This procedure shall
return the variable number that will be bisected.