aboutsummaryrefslogtreecommitdiffstats
path: root/planning/planning.cpp
Commit message (Expand)AuthorAgeLines
* Corrected patch list.root2014-04-15-1/+1
* Planning to suffix distros with gw, to keep uniform dns namesRoy Sindre Norangshol2014-04-15-1/+1
* Subnet address update for TG14 in planning.root2014-04-14-1/+1
* Remove obsolete field.root2014-04-14-1/+1
* Switch to Ford-Fulkerson, as Dijkstra will give the wrong result when negativ...Steinar H. Gunderson2014-04-13-40/+35
* Disable the node names by default; they take a tiny bit of time.Steinar H. Gunderson2014-04-11-4/+10
* Somewhat more efficient (~10%) priority queue.Steinar H. Gunderson2014-04-11-4/+9
* Tiny cleanup.Steinar H. Gunderson2014-04-11-2/+1
* Drop all the logging stuff if we only care about cost.Steinar H. Gunderson2014-04-11-14/+20
* More consistent distro numbering.Steinar H. Gunderson2014-04-11-1/+1
* When searching for optimal distro placement, only log when we actually find a...Steinar H. Gunderson2014-04-11-4/+6
* Find switch-to-distro map in one go, instead of linear search. Saves maybe 10%.Steinar H. Gunderson2014-04-11-16/+27
* Switch the Dijkstra to a heap-based version; about 60% faster in a quick test.Steinar H. Gunderson2014-04-11-25/+28
* Support multithreaded distro optimization.Steinar H. Gunderson2014-04-11-6/+41
* Tune the gaps and bridges for TG14.Steinar H. Gunderson2014-04-11-5/+23
* Some obviousness.Steinar H. Gunderson2014-04-11-1/+2
* Add a mode for auto-planning distro placements.Steinar H. Gunderson2014-04-11-16/+67
* Update command line.Steinar H. Gunderson2014-04-11-1/+1
* Refuse to pull cable between Game and Sector 8.Steinar H. Gunderson2014-04-11-2/+11
* A micro-fix.Steinar H. Gunderson2014-04-11-1/+1
* Yet more cleanups.Steinar H. Gunderson2014-04-11-23/+26
* Split planning display from patchlist creation. A _lot_ cleaner, and fixes at...Steinar H. Gunderson2014-04-11-58/+75
* We want six distros for now.Steinar H. Gunderson2014-04-11-1/+1
* Adjust gaps based on new information.Steinar H. Gunderson2014-04-11-3/+3
* Unify gap handling a bit.Steinar H. Gunderson2014-04-11-20/+29
* Use the C++11 range-based for loop for increased clarity.Steinar H. Gunderson2014-04-11-15/+6
* using namespace std in planning.Steinar H. Gunderson2014-04-11-21/+20
* More function splitting in planning.Steinar H. Gunderson2014-04-11-17/+20
* Reduce some spaghetti in planner.Steinar H. Gunderson2014-04-11-47/+63
* First set of planning adjustments for TG14.Steinar H. Gunderson2014-04-11-13/+43
* Fix a few loose bugs in planning.Steinar H. Gunderson2014-04-11-4/+3
* Initial commit. Source; TG13-goodiebag.Joachim Tingvold2014-04-06-0/+579