When do you expect to release the nest patch? I really need the last bug fixes. > > > Machine type: AMD Duron 1Ghz > > > > > > Operating system name and version number: Windows 98 SE > > > > > > If graphics is involved, X version number, X server type and window > manager: > > > > > > Your .eclipserc and ECLIPSE... environment variables, if used: > > > > eclipse version 5.5 #61 > > > > > > A script which causes the bug to appear, enhanced by comments where > > necessary (start from the ECLiPSe banner unless the option -e is used): > > > > Run the following program just crashes the eclipse session > > > > :- use_module(library(eplex_xpress)). > > > > lp(L):- > L=[A,B], > fd:(L::1..10), > lp_setup([],min(A),[],Handle), > lp_add_constraints(Handle,[A+B>=5,A-B=:=0],[]), > lp_solve(Handle,Cost),writeln(Cost), > lp_add_constraints(Handle,[A>=3],[]), > lp_solve(Handle,Cost),writeln(Cost). > > The second call to lp_solve just fails ???. > > > Best Regards > > Nuno Gomes > > >Received on Fri Feb 07 00:53:02 2003
This archive was generated by hypermail 2.1.8 : Wed 16 Nov 2005 06:08:20 PM GMT GMT