Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bcleenders/4549be2973ceddf360a6 to your computer and use it in GitHub Desktop.
Save bcleenders/4549be2973ceddf360a6 to your computer and use it in GitHub Desktop.
{
"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