- 20 May, 2016 7 commits
-
-
Jonathan Shahen authored
-
Jonathan Shahen authored
-
Jonathan Shahen authored
-
Jonathan Shahen authored
Turn off debugging information and print out the placement map at the end of every epoch for FINE logging level
-
Jonathan Shahen authored
New test placement map (see paper for the <R,C> case where nomad does not move to the optimal because it is stuck in a sub optimal case)
-
Jonathan Shahen authored
-
Jonathan Shahen authored
-
- 19 May, 2016 8 commits
-
-
Jonathan Shahen authored
INITIAL COMMIT FOR ILP - the code is running and everything seems fine; testing to see if some thing is broken are required
-
Jonathan Shahen authored
Small helper functions for readability and adding a throw exception to an interface (Vagabond is robust enough to kill itself gracefull in the presence of an error)
-
Jonathan Shahen authored
HOTFIX: forgot to include this in the last commit, changed the input value for CNF SAT to "cnf" instead of "sat"
-
Jonathan Shahen authored
-
Jonathan Shahen authored
-
Jonathan Shahen authored
HOTFIX: incorrect parameter arrangments in OPL files; this was due to the formal definition switching the ordering of the parameters and Jon not properly switching all of them to the coded versions
-
Jonathan Shahen authored
-
Jonathan Shahen authored
-
- 18 May, 2016 14 commits
-
-
Jonathan Shahen authored
-
Jonathan Shahen authored
-
Jonathan Shahen authored
-
Jonathan Shahen authored
-
Jonathan Shahen authored
More JAVADOC comments (still needs more); added a folder called "data" where files that are required by Vagabond should be stored
-
Jonathan Shahen authored
-
Jonathan Shahen authored
-
Jonathan Shahen authored
Added oplall.jar instead of cplex.jar because I have been using OPL; added the OPL javadoc to the build script and to the repo because IBM is impossible to link to
-
Jonathan Shahen authored
-
Jonathan Shahen authored
-
Jonathan Shahen authored
-
Jonathan Shahen authored
WriteILPFile get the string to run through CPLEX Studio and all of the functions it requires for creating that string
-
Jonathan Shahen authored
-
Jonathan Shahen authored
-
- 17 May, 2016 1 commit
-
-
Jonathan Shahen authored
-
- 14 May, 2016 7 commits
-
-
Jonathan Shahen authored
-
Jonathan Shahen authored
-
Jonathan Shahen authored
-
Jonathan Shahen authored
Updating the toString limit to not be final so it can be changed on the fly; updated the toString in SumOfCl... to write how many clients and machines it is skipping
-
Jonathan Shahen authored
Performance tests JUnit file added, shows runtime and memory usage (beware of the garabage collector, make sure to use the object after you calculate the memory usage)
-
Jonathan Shahen authored
-
Jonathan Shahen authored
-
- 13 May, 2016 1 commit
-
-
Jonathan Shahen authored
-
- 12 May, 2016 2 commits
-
-
Jonathan Shahen authored
-
Jonathan Shahen authored
Adding a maximum information leak to the ClientToClientInformationLeakage; tests it for: the constructor, addTo, and subtractFrom(); adds more Javadoc strings and fixed a couple old comments
-