bool isComplete(const Node* t)
{
  return complete(t) >= 0;
}