k-user AT lists.cs.illinois.edu
Subject: K-user mailing list
List archive
- From: Jan Tušil <jenda.tusil AT gmail.com>
- To: "k-user AT lists.cs.illinois.edu" <k-user AT lists.cs.illinois.edu>
- Subject: Re: [[K-user] ] state space search in KCC 3.4
- Date: Wed, 14 Mar 2018 23:54:00 +0100
- Authentication-results: illinois.edu; spf=pass smtp.mailfrom=jenda.tusil AT gmail.com; dkim=pass header.d=gmail.com header.s=20161025; dmarc=pass header.from=gmail.com
No idea really but maybe your main should be:
int main(int argc, char** argv)
instead of:
int main(void)
?
A very wild guess...
Christos
On 13/03/2018 12:27, dexter wrote:
Hello!
I'm trying to use the state space search in KCC. however when i run some very simple program like :
int r = 0 ;
int f(int x)
{return (r = x) ;
}
int main(void)
{ f(1) ;
// f(1) + f(2) ;
return 0 ;}
Obviously, this program is correct with no non-determinism, when i run the a.out with option --SEARCH=1 ,it shows the only one solution and this solution is the program got stuck . what's wrong with this? how can i fix it? thanks very much.
best
- [[K-user] ] state space search in KCC 3.4, dexter, 03/13/2018
- Re: [[K-user] ] state space search in KCC 3.4, Christos Kloukinas, 03/14/2018
- Re: [[K-user] ] state space search in KCC 3.4, Jan Tušil, 03/14/2018
- Re: [[K-user] ] state space search in KCC 3.4, Tim Swan, 03/15/2018
- Re: [[K-user] ] state space search in KCC 3.4, Christos Kloukinas, 03/14/2018
Archive powered by MHonArc 2.6.19.