mc: please include.test
* spot/mc/bloemen.hh, spot/mc/bloemen_ec.hh, spot/mc/deadlock.hh, spot/mc/lpar13.hh, spot/mc/mc.hh: Here.
This commit is contained in:
parent
17579ad9ad
commit
a3df930a60
5 changed files with 14 additions and 0 deletions
|
|
@ -30,6 +30,8 @@
|
|||
#include <spot/misc/common.hh>
|
||||
#include <spot/misc/fixpool.hh>
|
||||
#include <spot/misc/timer.hh>
|
||||
#include <spot/twacube/twacube.hh>
|
||||
#include <spot/twacube/fwd.hh>
|
||||
#include <spot/mc/mc.hh>
|
||||
|
||||
namespace spot
|
||||
|
|
|
|||
|
|
@ -31,7 +31,9 @@
|
|||
#include <spot/misc/fixpool.hh>
|
||||
#include <spot/misc/timer.hh>
|
||||
#include <spot/twacube/twacube.hh>
|
||||
#include <spot/twacube/fwd.hh>
|
||||
#include <spot/mc/intersect.hh>
|
||||
#include <spot/mc/mc.hh>
|
||||
|
||||
namespace spot
|
||||
{
|
||||
|
|
|
|||
|
|
@ -29,6 +29,9 @@
|
|||
#include <spot/kripke/kripke.hh>
|
||||
#include <spot/misc/fixpool.hh>
|
||||
#include <spot/misc/timer.hh>
|
||||
#include <spot/twacube/twacube.hh>
|
||||
#include <spot/twacube/fwd.hh>
|
||||
#include <spot/mc/mc.hh>
|
||||
|
||||
namespace spot
|
||||
{
|
||||
|
|
|
|||
|
|
@ -23,6 +23,9 @@
|
|||
#include <spot/mc/unionfind.hh>
|
||||
#include <spot/mc/intersect.hh>
|
||||
#include <spot/mc/mc.hh>
|
||||
#include <spot/misc/timer.hh>
|
||||
#include <spot/twacube/twacube.hh>
|
||||
#include <spot/twacube/fwd.hh>
|
||||
|
||||
namespace spot
|
||||
{
|
||||
|
|
|
|||
|
|
@ -19,10 +19,14 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <iostream>
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <utility>
|
||||
|
||||
#include <spot/misc/common.hh>
|
||||
|
||||
namespace spot
|
||||
{
|
||||
/// \brief The list of parallel model-checking algorithms available
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue