annotate paper/src/assert.c @ 116:ed6719c301fc

Update slide
author atton <atton@cr.ie.u-ryukyu.ac.jp>
date Mon, 13 Feb 2017 17:31:45 +0900
parents 4b26c8020229
children 05068a4d0b52
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
27
243d8dc4a292 Add akasha description
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 void verifySpecification(struct Context* context, struct Tree* tree) {
243d8dc4a292 Add akasha description
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 assert(!(maxHeight(tree->root, 1) > 2*minHeight(tree->root, 1)));
108
4b26c8020229 Fix return
atton
parents: 27
diff changeset
3 goto meta(context, EnumerateInputs);
27
243d8dc4a292 Add akasha description
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 }