Browse Source

work towards symbolic rational search

tempestpy_adaptions
dehnert 7 years ago
parent
commit
af60db2c38
  1. 8
      src/storm/solver/SolverStatus.cpp
  2. 13
      src/storm/solver/SolverStatus.h

8
src/storm/solver/SolverStatus.cpp

@ -0,0 +1,8 @@
//
// SolverStatus.cpp
// storm
//
// Created by Christian Dehnert on 10.10.17.
//
#include "SolverStatus.hpp"

13
src/storm/solver/SolverStatus.h

@ -0,0 +1,13 @@
//
// SolverStatus.hpp
// storm
//
// Created by Christian Dehnert on 10.10.17.
//
#ifndef SolverStatus_hpp
#define SolverStatus_hpp
#include <stdio.h>
#endif /* SolverStatus_hpp */
Loading…
Cancel
Save