Skip to content

Commit

Permalink
adding signal handler to maraboupy makefile (#37)
Browse files Browse the repository at this point in the history
* adding signal handler to maraboupy makefile

- addded signal handler to maraboupy makefile
- returned PREPROCESSOR_PL_CONSTRAINTS_ADD_AUX_EQUATIONS default value to true (it used to be true and it otherwise slows down runtime of tf and nnet queries that now delegate this functionality to marabou core)

* leave PREPROCESSOR_PL_CONSTRAINTS_ADD_AUX_EQUATIONS flags untoched
  • Loading branch information
clazarus authored and guykatzz committed May 15, 2018
1 parent 1288c55 commit 420e712
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions maraboupy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ SOURCES += \
TableauFactory.cpp \
TableauRow.cpp \
TableauState.cpp \
SignalHandler.cpp \
\


Expand Down

0 comments on commit 420e712

Please sign in to comment.