Browse Source

only do z3 optimizer tests if z3::optimize is available

tempestpy_adaptions
TimQu 8 years ago
parent
commit
e2606e7b8c
  1. 2
      src/test/solver/Z3LpSolverTest.cpp

2
src/test/solver/Z3LpSolverTest.cpp

@ -1,7 +1,7 @@
#include "gtest/gtest.h"
#include "storm-config.h"
#ifdef STORM_HAVE_Z3
#ifdef STORM_HAVE_Z3_OPTIMIZE
#include "storm/storage/expressions/Variable.h"
#include "storm/solver/Z3LpSolver.h"
#include "storm/exceptions/InvalidStateException.h"

Loading…
Cancel
Save