Przemysław Szufel

Results 9 issues of Przemysław Szufel

`optimal` is a boolean value which should evaluate either to `true` or `false`. However, outside of decision nodes it currently seems to be set only for nodes on the optimal...

bug

[This is also cross-posted on PyPlot https://github.com/JuliaPy/PyPlot.jl/issues/572 - if it is not useful here pls close it] Consider the following package: ``` (@v1.10) pkg> generate Test1 Generating project Test1: Test1\Project.toml...

Consider the following Julia function: ``` f(a; b) = a + b @assert f(1, b=2) === f(1; b=2) # can be called with either `,` or `;` ``` Now let...

bug
eager api

A new ProtoBuf.jl has been released (a new 1.0.0 version stream) @blegat would you consider updating the *.pbf code? Thank you for all your effort so far!

help wanted

Please provide a test case in `test/runtests.jl` that demonstrates a higher routing speed (both shortest route and fastest route) for A-star compared to Dijkstra

Provide a weight transformation function in `TwoSectionView` constructor. struct TwoSectionView{T

This is an analogous issue to #15. Since we need two-section first let;s start with #15.

With #12 a metadata functionality has been provided. Now we need to decide how to store such data. Perhaps a good option would be to use the `BSON.jl` library that...

We need to update docs/src/reference.md to include the newly created TwoSectionView. It might be also worth to add some examples.