Browse Source

Z3LpSolver: Removed exception that was thrown by accident.

tempestpy_adaptions
Tim Quatmann 5 years ago
parent
commit
9981df3f92
  1. 1
      src/storm/solver/Z3LpSolver.cpp

1
src/storm/solver/Z3LpSolver.cpp

@ -323,7 +323,6 @@ namespace storm {
storm::utility::openFile(filename, stream);
stream << Z3_optimize_to_string(*context, *solver);
storm::utility::closeFile(stream);
STORM_LOG_THROW(false, storm::exceptions::NotImplementedException, "Exporting LP Problems to a file is not implemented for z3.");
}
template<typename ValueType>

Loading…
Cancel
Save