Browse Source

elim linear equation solver used the wrong rational number

Former-commit-id: ca468397ce
tempestpy_adaptions
sjunges 9 years ago
parent
commit
3209c52a7c
  1. 2
      src/solver/EliminationLinearEquationSolver.cpp

2
src/solver/EliminationLinearEquationSolver.cpp

@ -54,7 +54,7 @@ namespace storm {
template class EliminationLinearEquationSolver<double>;
// TODO: make this work with the proper implementation of solveEquationSystem.
template class EliminationLinearEquationSolver<storm::RationalNumber>;
template class EliminationLinearEquationSolver<storm::CarlRationalNumber>;
template class EliminationLinearEquationSolver<storm::RationalFunction>;
}

Loading…
Cancel
Save