Dear Sir I've installed the last Eclipse patch, which corresponds to the version 5.5 #69. Unfortunately a old problem that it seamed solved in one of the last patches appeared again. Since I don't have the last working patch I'm with a big problem, since I need to continue with my work. The problem it's simple to replicate with the following code: :-lib(eplex_xpress). :-eplex_instance(test_inst). :- use_module(library(fd)). :- use_module(library(eplex_xpress)). :- use_module(library(range)). :-lib(eplex_xpress). :- use_module(library(fd)). 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). The eclipse session crashes when I run the code. I use the windows 98 second edition 4.10.2222 A, under a AMD Duron 1Ghz computer. Can you help me on that. Regards Nuno GomesReceived on Fri Mar 28 17:36:52 2003
This archive was generated by hypermail 2.1.8 : Wed 16 Nov 2005 06:08:20 PM GMT GMT