print_hoa: turn the safety checks into exceptions
Because when those assertions fails in Python, they crash the interpreter. * spot/twaalgos/hoa.cc (print_hoa): Remplace assert() by throw.
Please register or sign in to comment
Because when those assertions fails in Python, they crash the interpreter. * spot/twaalgos/hoa.cc (print_hoa): Remplace assert() by throw.