21 lines
412 B
21 lines
412 B
/*
|
|
* vector.h
|
|
*
|
|
* Created on: 06.12.2012
|
|
* Author: Christian Dehnert
|
|
*/
|
|
|
|
#ifndef STORM_UTILITY_COUNTEREXAMPLE_H_
|
|
#define STORM_UTILITY_COUNTEREXAMPLE_H_
|
|
|
|
namespace storm {
|
|
namespace utility {
|
|
namespace counterexample{
|
|
|
|
|
|
|
|
} // namespace counterexample
|
|
} // namespace utility
|
|
} // namespace storm
|
|
|
|
#endif /* STORM_UTILITY_COUNTEREXAMPLE_H_ */
|