Skip to content
Snippets Groups Projects
Commit 9dde2e9e authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Hotfix: Add default to Problem::check()

parent 23572ae6
No related branches found
No related tags found
No related merge requests found
Pipeline #5060 passed
......@@ -350,7 +350,7 @@ class Problem : public std::enable_shared_from_this<Problem>
bool constr_by = false, //
bool metric = true, //
bool state_blocks = false) const;
bool check(int verbose_level) const;
bool check(int verbose_level = 0) const;
bool check(bool verbose, std::ostream& stream) const;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment