intervals with get_var_bounds/3

From: Kish Shen <ks15_at_icparc.ic.ac.uk>
Date: Tue 06 Mar 2001 03:18:49 PM GMT
Message-Id: <E14aJEf-0002ex-00@tempest.icparc.ic.ac.uk>
get_var_bounds/3 seems to return the square root of the upper interval for
an interval:

[eclipse 1]: get_var_bounds(1.0__1.1,U,L).

U = 1.0488088481701516
L = 1.0488088481701516
yes.
[eclipse 2]: get_var_bounds(1.0__2.0,U,L).

U = 1.4142135623730949
L = 1.4142135623730949
yes.
[eclipse 3]: get_var_bounds(1,U,L).

U = 1.0
L = 1.0
yes.

I guess the correct behaviour is to return the bounds of the interval in
the lower and upper bounds argument (third and second arg, respectively)?

Cheers,

Kish
Received on Tue Mar 06 15:18:52 2001

This archive was generated by hypermail 2.1.8 : Wed 16 Nov 2005 06:08:04 PM GMT GMT