aboutsummaryrefslogtreecommitdiff
path: root/src/dk.biks.bachelorizer/dk/biks
AgeCommit message (Expand)Author
5 daysinclude disjoint shuffle seedJonas Smedegaard
5 daysuse long[] for solution (not int)Jonas Smedegaard
5 daystighten javadoc descriptionJonas Smedegaard
5 daysmake methods AbstractGraph() and demo() and function solveManyTimes() privateJonas Smedegaard
5 daysrename functions goodSolution() -> solveManyTimes(), solution() -> solve()Jonas Smedegaard
5 daysinternalize utility function moduleGroups(), i.e. make it a methodJonas Smedegaard
5 daysinternalize utility function disjoint(), i.e. make it a methodJonas Smedegaard
5 daysinternalize utility function assertConnected(), i.e. make it a methodJonas Smedegaard
5 daysmake class Graph a subclass of StorageJonas Smedegaard
5 dayshave methods in abstract class Storage throw exception (not abstract methods)Jonas Smedegaard
6 daysgeneralize variable DEMO_VARIABLESJonas Smedegaard
6 daysavoid too long linesJonas Smedegaard
6 daysadd abstract class StorageJonas Smedegaard
6 daysrefactor constructor in graph to happen in called demo functionIan Valentin Christensen
6 daysimprove separation of concerns between view and controllerJonas Smedegaard
6 daysmerge project portfolio2 into bachelorizer, except class myDBJonas Smedegaard
6 daysrename class Control -> ControllerJonas Smedegaard
7 daysmake nice little comments and javadocIan Valentin Christensen
7 daysrestructure solution functionIan Valentin Christensen
7 daysadd Ian as copyright holderJonas Smedegaard
7 daysfix conflictIan Valentin Christensen
7 dayswrap long linesJonas Smedegaard
7 daysmove comment above codeJonas Smedegaard
7 daysadd comments and avoid processing same pair of groups twiceIan Valentin Christensen
7 daysfix brutally embarassing errorsAnd typosIan Valentin Christensen
7 daysfix duplicate sets of groups as vertices in moduleGroupsIan Valentin Christensen
7 daysslight optimizationJonas Smedegaard
7 daysimprove commentJonas Smedegaard
7 daysdrop obsolete broken code; move comment above replacement codeJonas Smedegaard
7 daystidy whitespaceJonas Smedegaard
7 dayswrap long linesJonas Smedegaard
7 daysdrop explicitly defined boolean used only once immediately afterJonas Smedegaard
7 daysmove if-block to separate lineJonas Smedegaard
7 daysmove comment above codeJonas Smedegaard
7 daysfix syntax errorJonas Smedegaard
7 daysadd {}Ian Valentin Christensen
7 daysfix implementation of disjointIan Valentin Christensen
7 daysRevert "adjust disjoint to always return 11 sets"Ian Valentin Christensen
7 daysset variable LABEL_STYLE finalJonas Smedegaard
7 daysadjust disjoint to always return 11 setsIan Valentin Christensen
7 daystidy whitespaceJonas Smedegaard
7 dayswrap long linesJonas Smedegaard
7 daysset methods final to avoid uncertain subclassingJonas Smedegaard
7 daysdrop superfluous importJonas Smedegaard
7 daysalways use brace in for- and if-constructJonas Smedegaard
7 daysexplicitly define magic numbersJonas Smedegaard
7 daystidy whitespaceJonas Smedegaard
7 daysdeclare variables final when possibleJonas Smedegaard
8 daysrename class Combi -> GraphJonas Smedegaard
8 daysfix typo in commentJonas Smedegaard