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
/
biks
/
bachelorizer
/
Graph.java
Age
Commit message (
Expand
)
Author
10 days
make nice little comments and javadoc
Ian Valentin Christensen
10 days
restructure solution function
Ian Valentin Christensen
10 days
add Ian as copyright holder
Jonas Smedegaard
10 days
fix conflict
Ian Valentin Christensen
10 days
wrap long lines
Jonas Smedegaard
10 days
move comment above code
Jonas Smedegaard
10 days
add comments and avoid processing same pair of groups twice
Ian Valentin Christensen
10 days
fix brutally embarassing errorsAnd typos
Ian Valentin Christensen
10 days
fix duplicate sets of groups as vertices in moduleGroups
Ian Valentin Christensen
10 days
slight optimization
Jonas Smedegaard
10 days
improve comment
Jonas Smedegaard
10 days
drop obsolete broken code; move comment above replacement code
Jonas Smedegaard
10 days
tidy whitespace
Jonas Smedegaard
10 days
wrap long lines
Jonas Smedegaard
10 days
drop explicitly defined boolean used only once immediately after
Jonas Smedegaard
10 days
move if-block to separate line
Jonas Smedegaard
10 days
move comment above code
Jonas Smedegaard
10 days
fix syntax error
Jonas Smedegaard
10 days
add {}
Ian Valentin Christensen
11 days
fix implementation of disjoint
Ian Valentin Christensen
11 days
Revert "adjust disjoint to always return 11 sets"
Ian Valentin Christensen
11 days
adjust disjoint to always return 11 sets
Ian Valentin Christensen
11 days
tidy whitespace
Jonas Smedegaard
11 days
wrap long lines
Jonas Smedegaard
11 days
drop superfluous import
Jonas Smedegaard
11 days
always use brace in for- and if-construct
Jonas Smedegaard
11 days
tidy whitespace
Jonas Smedegaard
11 days
declare variables final when possible
Jonas Smedegaard
11 days
rename class Combi -> Graph
Jonas Smedegaard