mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
Merge branch 'master' of https://github.com/Z3Prover/z3 into jan4
This commit is contained in:
commit
b3a1aa27ee
1 changed files with 1 additions and 1 deletions
|
@ -476,7 +476,7 @@ public:
|
||||||
get_moves(state, m_delta_inv, mvs, epsilon_closure);
|
get_moves(state, m_delta_inv, mvs, epsilon_closure);
|
||||||
}
|
}
|
||||||
|
|
||||||
template<class D = default_display>
|
template<class D>
|
||||||
std::ostream& display(std::ostream& out, D& displayer = D()) const {
|
std::ostream& display(std::ostream& out, D& displayer = D()) const {
|
||||||
out << "init: " << init() << "\n";
|
out << "init: " << init() << "\n";
|
||||||
out << "final: ";
|
out << "final: ";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue