citiususc / hipster

Hipster4j is a lightweight and powerful heuristic search library for Java and Android. It contains common, fully customizable algorithms such as Dijkstra, A* (A-Star), DFS, BFS, Bellman-Ford and more.
http://hipster4j.github.io
Apache License 2.0
326 stars 89 forks source link

restrictive type in ProblemBuilder(...)defineProblemWithoutExplicitActions().useTransitionFunction() #115

Closed gonzalezsieira closed 9 years ago

gonzalezsieira commented 9 years ago

Method ProblemBuilder.create()(...).defineProblemWithoutExplicitActions().useTransitionFunction() should accept TransitionFunction<Void, S> instead of the restrictive type StateTransitionFunction<S>