-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dump query #167
Dump query #167
Conversation
…tQuery was copied there insted of a pointer
@@ -103,7 +103,9 @@ void createInputQuery(InputQuery &inputQuery, std::string networkFilePath, std:: | |||
printf( "Property: None\n" ); | |||
} | |||
|
|||
std::pair<std::map<int, double>, Statistics> solve(InputQuery inputQuery, std::string redirect="", unsigned timeout=0){ | |||
/* The default parameters here are just for readability, you should specify | |||
* them in the to make them work*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sentence is broken
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is to keep it less then 80 characters.
We don't want that?
Tried to create a test for maraboupy to make sure no memory leaks. A bit more about the compilation difficulties I had - |
@guykatzz Can I merge this? |
Yes |
Add verbosity option to PY API Fix MarabouCore default arguments
Add verbosity option to PY API Fix MarabouCore default arguments
No description provided.