#include "nusmv/core/utils/defs.h"Go to the source code of this file.
Defines | |
| #define | HEAP_MAXLENGTH_INIT 31 |
Functions | |
| void | heap_add (heap h, float val, void *el) |
| heap | heap_create (void) |
| void | heap_destroy (heap h) |
| void * | heap_getmax (heap h) |
| int | heap_isempty (heap h) |
1.6.1