feat(kernel/constraint): add 'print' function for debugging purposes
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
c1b7d7bf7e
commit
bef64305cf
1 changed files with 1 additions and 0 deletions
|
@ -115,3 +115,4 @@ std::ostream & operator<<(std::ostream & out, constraint const & c) {
|
|||
return out;
|
||||
}
|
||||
}
|
||||
void print(lean::constraint const & c) { std::cout << c << "\n"; }
|
||||
|
|
Loading…
Reference in a new issue