CBMC
Loading...
Searching...
No Matches
concurrency.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: Encoding for Threaded Goto Programs
4
5Author: Daniel Kroening
6
7Date: February 2006
8
9\*******************************************************************/
10
13
14#ifndef CPROVER_GOTO_INSTRUMENT_CONCURRENCY_H
15#define CPROVER_GOTO_INSTRUMENT_CONCURRENCY_H
16
17class goto_modelt;
18class value_setst;
19
21
22#endif // CPROVER_GOTO_INSTRUMENT_CONCURRENCY_H
void concurrency(value_setst &, goto_modelt &)