How to abstract a set?
- From: hbdere <hbdere@xxxxxxx>
- Date: Mon, 29 Oct 2007 03:31:16 -0700
Hi,
this happens to me all the time when trying to abstract software - I
need to verify properties like 'only if a customer has been logged in,
he may retrieve something'. Because I want to do model checking, I
require a finite abstraction, so maintaining a set of customers logged
in is not feasible. A naive approach would be to distinguish the
abstract states 'the customer a is logged in' and '... not logged in',
and only talk about customer a. But then I need to make sure that the
abstract state 'a is logged in' is not reached by an action other than
a logging in etc., so to make this short: any literature on that
topic?
Thanks!
.
- Follow-Ups:
- Re: How to abstract a set?
- From: Jamie Andrews; real address @ bottom of message
- Re: How to abstract a set?
- Prev by Date: Urgent Recurrence Problem, Please Help !
- Next by Date: Re: Urgent Recurrence Problem, Please Help !
- Previous by thread: Urgent Recurrence Problem, Please Help !
- Next by thread: Re: How to abstract a set?
- Index(es):
Relevant Pages
|