- 20 May, 2016 12 commits
-
-
-
Mahesh Tripunitara authored
Improved sat solver output processing. Tried to add waitFor() to process runtime, but that makes things that ran fairly fast seem to run much slower.
-
Jonathan Shahen authored
-
Jonathan Shahen authored
-
Jonathan Shahen authored
The startings of putting together an automatic way to generate graphs by storing and calculating statistics
-
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 15 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
-
Jonathan Shahen authored
-
Jonathan Shahen authored
Added timing to the files and applied the JAVA style format that is applied to every file in the repo (mahesh doesn't have eclispe setup to auto format his code)
-
Jonathan Shahen authored
# Conflicts: # .classpath # build.xml # src/vagabond/pieces/PlacementMap.java
-
Jonathan Shahen authored
-
Mahesh Tripunitara authored
-
Mahesh Tripunitara authored
-
Mahesh Tripunitara authored
-
- 18 May, 2016 13 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
-
Mahesh Tripunitara authored
-
Mahesh Tripunitara authored
-
Mahesh Tripunitara authored
-