Here listed some exceptions of all the codes.
Please come to bug report page to report them.
Q : Why can't I find the function we need?
A : Don't be worry.We'll update more functions in the future.
Q : In library.h, why the heap and disjointset will overflow?
A : We set a size limit code in the code:
#define HEAP_LIMIT 65536
#define DJS_LIMIT 65536
If you need more size , you can change the two values.
But attention, this may cause the code run out of time.