You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
475 B
25 lines
475 B
/*
|
|
* Formulas.h
|
|
*
|
|
* Created on: 06.12.2012
|
|
* Author: chris
|
|
*/
|
|
|
|
#ifndef FORMULAS_H_
|
|
#define FORMULAS_H_
|
|
|
|
#include "And.h"
|
|
#include "AP.h"
|
|
#include "BoundedUntil.h"
|
|
#include "Next.h"
|
|
#include "Not.h"
|
|
#include "Or.h"
|
|
#include "PCTLformula.h"
|
|
#include "PCTLPathFormula.h"
|
|
#include "PCTLStateFormula.h"
|
|
#include "ProbabilisticOperator.h"
|
|
#include "ProbabilisticNoBoundsOperator.h"
|
|
#include "ProbabilisticIntervalOperator.h"
|
|
#include "Until.h"
|
|
|
|
#endif /* FORMULAS_H_ */
|