users-prolog
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with gplpcsc (PC/SC for Prolog)


From: Daniel Diaz
Subject: Re: Problem with gplpcsc (PC/SC for Prolog)
Date: Thu, 02 Oct 2008 10:35:44 +0200
User-agent: Thunderbird 2.0.0.9 (X11/20071209)

Hi Ludovic,

I also saw the mail is no longer valid. I don't know PS/SC so I'm of little help. However, from the Prolog part, if a solution is missing maybe you should force a backtrack to obtain it.
Try to change your code as follows:

:- initialization(start0).

start0 :-
	start, 
	fail.
start0 :-
	write('no more solutions'), nl.
NB: the initialization now calls start0 which calls start and force backtracking with fail. When no more solution exists the second clause of start0 is executed, which simply shows a message.

Hope this helps


Ludovic Rousseau a écrit :
On Thu, Oct 2, 2008 at 10:22 AM, Daniel Diaz <address@hidden> wrote:
  
Hi Ludovic
    

Hello,

  
I forward your message to Renaud Mariana <address@hidden> who is the
initial contributor of this package.
    

I contacted him first at <address@hidden>. But the
message came back with <address@hidden>: Recipient
address rejected: User unknown in local recipient table (state 14).

Maybe <address@hidden> is the correct email.

  
But I'm not sure he continues maintaining it !
    

That would be too bad :-(

Thanks

  


--
Ce message a été vérifié par MailScanner
pour des virus ou des polluriels et rien de
suspect n'a été trouvé.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]