index
:
CS2
main
Unnamed repository; edit this file 'description' to name the repository.
Jonas Smedegaard
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dk.biks.bachelorizer
/
dk
Age
Commit message (
Collapse
)
Author
5 days
set parameter final
Jonas Smedegaard
5 days
include disjoint shuffle seed
Jonas Smedegaard
5 days
use long[] for solution (not int)
Jonas Smedegaard
5 days
tighten javadoc description
Jonas Smedegaard
5 days
make methods AbstractGraph() and demo() and function solveManyTimes() private
Jonas Smedegaard
5 days
rename functions goodSolution() -> solveManyTimes(), solution() -> solve()
Jonas Smedegaard
5 days
internalize utility function moduleGroups(), i.e. make it a method
Jonas Smedegaard
5 days
internalize utility function disjoint(), i.e. make it a method
Jonas Smedegaard
5 days
internalize utility function assertConnected(), i.e. make it a method
Jonas Smedegaard
5 days
make class Graph a subclass of Storage
Jonas Smedegaard
5 days
have methods in abstract class Storage throw exception (not abstract methods)
Jonas Smedegaard
6 days
generalize variable DEMO_VARIABLES
Jonas Smedegaard
6 days
avoid too long lines
Jonas Smedegaard
6 days
add abstract class Storage
Jonas Smedegaard
6 days
refactor constructor in graph to happen in called demo function
Ian Valentin Christensen
6 days
improve separation of concerns between view and controller
Jonas Smedegaard
6 days
merge project portfolio2 into bachelorizer, except class myDB
Jonas Smedegaard
6 days
rename class Control -> Controller
Jonas Smedegaard
7 days
make nice little comments and javadoc
Ian Valentin Christensen
7 days
restructure solution function
Ian Valentin Christensen
7 days
add Ian as copyright holder
Jonas Smedegaard
7 days
fix conflict
Ian Valentin Christensen
7 days
wrap long lines
Jonas Smedegaard
7 days
move comment above code
Jonas Smedegaard
7 days
add comments and avoid processing same pair of groups twice
Ian Valentin Christensen
7 days
fix brutally embarassing errorsAnd typos
Ian Valentin Christensen
7 days
fix duplicate sets of groups as vertices in moduleGroups
Ian Valentin Christensen
7 days
slight optimization
Jonas Smedegaard
7 days
improve comment
Jonas Smedegaard
7 days
drop obsolete broken code; move comment above replacement code
Jonas Smedegaard
7 days
tidy whitespace
Jonas Smedegaard
7 days
wrap long lines
Jonas Smedegaard
7 days
drop explicitly defined boolean used only once immediately after
Jonas Smedegaard
7 days
move if-block to separate line
Jonas Smedegaard
7 days
move comment above code
Jonas Smedegaard
7 days
fix syntax error
Jonas Smedegaard
7 days
add {}
Ian Valentin Christensen
7 days
fix implementation of disjoint
Ian Valentin Christensen
7 days
Revert "adjust disjoint to always return 11 sets"
Ian Valentin Christensen
This reverts commit 41bccd9e2c0ad169670a1206e4f9c0c1d4b084dd.
7 days
set variable LABEL_STYLE final
Jonas Smedegaard
7 days
adjust disjoint to always return 11 sets
Ian Valentin Christensen
7 days
tidy whitespace
Jonas Smedegaard
7 days
wrap long lines
Jonas Smedegaard
7 days
set methods final to avoid uncertain subclassing
Jonas Smedegaard
7 days
drop superfluous import
Jonas Smedegaard
7 days
always use brace in for- and if-construct
Jonas Smedegaard
7 days
explicitly define magic numbers
Jonas Smedegaard
7 days
tidy whitespace
Jonas Smedegaard
7 days
declare variables final when possible
Jonas Smedegaard
8 days
rename class Combi -> Graph
Jonas Smedegaard
[next]