Bug

From: Nuno Gomes <nsgomes_at_netc.pt>
Date: Tue 04 Feb 2003 10:14:30 PM GMT
Message-ID: <003d01c2cc9a$ca244640$02c681d9@netvisao.pt>
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 #81


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_test:-
        normalise_cstrs([3*A+B+4*C>=50,A+B+2*C>=17],NormConstraints,_),
 lp_setup(NormConstraints,min(10*A+15*B+12*C),[],Handle),
        lp_solve(Handle,Cost),writeln(Cost).

Best Regards
Nuno Gomes
Received on Tue Feb 04 22:15:39 2003

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