Skip to content

Commit

Permalink
Fix solveIFDSProblem
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianbs96 committed Dec 15, 2024
1 parent b6a3f65 commit 68b6b40
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions include/phasar/DataFlow/IfdsIde/Solver/IFDSSolver.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include "phasar/DataFlow/IfdsIde/Solver/IDESolver.h"
#include "phasar/Domain/BinaryDomain.h"

#include <memory>
#include <set>
#include <type_traits>
#include <unordered_map>
Expand Down Expand Up @@ -118,8 +117,7 @@ using IFDSSolver_P = IFDSSolver<typename Problem::ProblemAnalysisDomain,

template <typename AnalysisDomainTy, typename Container>
OwningSolverResults<typename AnalysisDomainTy::n_t,
typename AnalysisDomainTy::d_t,
typename AnalysisDomainTy::l_t>
typename AnalysisDomainTy::d_t, BinaryDomain>
solveIFDSProblem(IFDSTabulationProblem<AnalysisDomainTy, Container> &Problem,
const typename AnalysisDomainTy::i_t &ICF) {
IFDSSolver<AnalysisDomainTy, Container> Solver(Problem, &ICF);
Expand Down

0 comments on commit 68b6b40

Please sign in to comment.