-
-
Save bcleenders/4549be2973ceddf360a6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"courseId":10, | |
"settings":{ | |
"diverse":true, | |
"numStartPoints": 25, | |
"numIterations": 50 | |
}, | |
"students":[ | |
{ | |
"id":1, | |
"name":"Bram", | |
"mandatory": true, | |
"groupPreferences":[ | |
2, | |
4, | |
1, | |
3 | |
], | |
"friends":[ | |
3, | |
9 | |
], | |
"skills": { | |
"Sassy Bitch": 5, | |
"Programming": 2 | |
}, | |
"weights":{ | |
"friends":4, | |
"preferences":2 | |
} | |
} | |
], | |
"groups":[ | |
{ | |
"id":1, | |
"minsize":3, | |
"maxsize":7, | |
"skills": ["Programming"] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment