Storm 1.11.1.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
IntervalEndComponentPreserver.h
Go to the documentation of this file.
1#pragma once
2
3#include <optional>
4#include <vector>
5
7
8namespace storm {
9
10namespace storage {
11template<typename ValueType>
12class SparseMatrix;
13} // namespace storage
14
15namespace transformer {
16
18 public:
20 std::optional<storage::SparseMatrix<Interval>> eliminateMECs(storm::storage::SparseMatrix<Interval> const& matrix, std::vector<Interval> const& vector);
21};
22} // namespace transformer
23} // namespace storm
A class that holds a possibly non-square matrix in the compressed row storage format.
std::optional< storage::SparseMatrix< Interval > > eliminateMECs(storm::storage::SparseMatrix< Interval > const &matrix, std::vector< Interval > const &vector)
LabParser.cpp.