MoF-Dev / EconomyCraft

EconomyCraft is a Bukkit economy plugin that provides basic economic functions as well as AI market players.
MIT License
2 stars 1 forks source link

Shortest Path Calculation #1

Open kolatat opened 8 years ago

kolatat commented 8 years ago

@aa-tan Need to change the implementation of

public double getExportPenalty(Location a, Location b)

in ECEconomy.java to calculate penalty based on the weighted shortest path algorithm.

kolatat commented 7 years ago

what was our solution?