3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 11:55:51 +00:00

add outline of object invariant

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2013-10-31 17:21:10 -07:00
parent a66a14dbf0
commit cfac32c57d
2 changed files with 69 additions and 0 deletions

View file

@ -112,6 +112,8 @@ namespace smt {
std::string display_spanning_tree();
bool check_well_formed();
public:
network_flow(graph & g, vector<fin_numeral> const & balances);