deinst

Results 10 issues of deinst

In most methods, the graph is listed last, but in others it is listed first. There are probably good reasons for each particular case, but I've ordered the parameters incorrectly...

Currently, a-star search is the only algorithm using any vertex properties (for the distance heuristic), so the a-star code was changed. The a-star code used the vertex type to index...

Currently, `traverse_graph` declares the vertex colormap parameter as defaulting to `zeros(Int, num_vertices(graph))` and the edge colormap defaulting to `zeros(Int, num_edges(graph))`. There is no easy way to check the requirement that...

This is a start at fixing bug #146. The kruskal-telephone example has been essentially rewritten. I have attempted to keep the idiosyncrasies in the original, so far as I understand...

The graph property of boost::no_property now serializes to two zeros. Added two zeros to kevin-bacon.dat.

I'm pretty sure that this is not worth the trouble that it would take to fix, but OSX does not understand `time -f "%e"` thereby causing `make check` to fail....

The problem seems to be that ctypes misinterprets the pointers returned by `flint_malloc`, `ca_mat_entry_ptr`, `ca_vec_entry_ptr`, and `ca_poly_coeff_ptr`

This is a more work in progress than a request to change the code. I'd like to get some comments before building this out completely. A few questions: Do we...

Mimics the code from gmpy2 and so depends on undocumented internals of PyLong. This uses rather more of the internals of PyLong than may be prudent. This PR is mainly...

1) nmod_poly_factor has its own include file -- minor change to _flint.pxd 2) The arb library no longer exists (it was rolled into flint). -- minor change to setup.py I...