aboutsummaryrefslogtreecommitdiff
path: root/src/dk.biks.bachelorizer
AgeCommit message (Expand)Author
2025-05-01accept seed for method solve()HEADmainJonas Smedegaard
2025-05-01tidy whitespaceJonas Smedegaard
2025-05-01set parameter finalJonas Smedegaard
2025-05-01include disjoint shuffle seedJonas Smedegaard
2025-05-01use long[] for solution (not int)Jonas Smedegaard
2025-05-01tighten javadoc descriptionJonas Smedegaard
2025-05-01make methods AbstractGraph() and demo() and function solveManyTimes() privateJonas Smedegaard
2025-05-01rename functions goodSolution() -> solveManyTimes(), solution() -> solve()Jonas Smedegaard
2025-05-01internalize utility function moduleGroups(), i.e. make it a methodJonas Smedegaard
2025-05-01internalize utility function disjoint(), i.e. make it a methodJonas Smedegaard
2025-05-01internalize utility function assertConnected(), i.e. make it a methodJonas Smedegaard
2025-05-01make class Graph a subclass of StorageJonas Smedegaard
2025-05-01have methods in abstract class Storage throw exception (not abstract methods)Jonas Smedegaard
2025-05-01add/update build and zip generation routinesJonas Smedegaard
2025-05-01add intellij metadataIan Valentin Christensen
2025-04-30generalize variable DEMO_VARIABLESJonas Smedegaard
2025-04-30avoid too long linesJonas Smedegaard
2025-04-30add abstract class StorageJonas Smedegaard
2025-04-30refactor constructor in graph to happen in called demo functionIan Valentin Christensen
2025-04-30improve separation of concerns between view and controllerJonas Smedegaard
2025-04-30merge project portfolio2 into bachelorizer, except class myDBJonas Smedegaard
2025-04-30rename class Control -> ControllerJonas Smedegaard
2025-04-29make nice little comments and javadocIan Valentin Christensen
2025-04-29restructure solution functionIan Valentin Christensen
2025-04-29add Ian as copyright holderJonas Smedegaard
2025-04-29fix conflictIan Valentin Christensen
2025-04-29wrap long linesJonas Smedegaard
2025-04-29move comment above codeJonas Smedegaard
2025-04-29add comments and avoid processing same pair of groups twiceIan Valentin Christensen
2025-04-29fix brutally embarassing errorsAnd typosIan Valentin Christensen
2025-04-29fix duplicate sets of groups as vertices in moduleGroupsIan Valentin Christensen
2025-04-29slight optimizationJonas Smedegaard
2025-04-29improve commentJonas Smedegaard
2025-04-29drop obsolete broken code; move comment above replacement codeJonas Smedegaard
2025-04-29tidy whitespaceJonas Smedegaard
2025-04-29wrap long linesJonas Smedegaard
2025-04-29drop explicitly defined boolean used only once immediately afterJonas Smedegaard
2025-04-29move if-block to separate lineJonas Smedegaard
2025-04-29move comment above codeJonas Smedegaard
2025-04-29fix syntax errorJonas Smedegaard
2025-04-29add {}Ian Valentin Christensen
2025-04-29fix implementation of disjointIan Valentin Christensen
2025-04-29Revert "adjust disjoint to always return 11 sets"Ian Valentin Christensen
2025-04-29set variable LABEL_STYLE finalJonas Smedegaard
2025-04-29adjust disjoint to always return 11 setsIan Valentin Christensen
2025-04-29tidy whitespaceJonas Smedegaard
2025-04-29wrap long linesJonas Smedegaard
2025-04-29set methods final to avoid uncertain subclassingJonas Smedegaard
2025-04-29drop superfluous importJonas Smedegaard
2025-04-29always use brace in for- and if-constructJonas Smedegaard