Skip to content

Instantly share code, notes, and snippets.

@bcleenders
Created June 15, 2015 08:41
Show Gist options
  • Save bcleenders/dc87ab1963df8aed567d to your computer and use it in GitHub Desktop.
Save bcleenders/dc87ab1963df8aed567d to your computer and use it in GitHub Desktop.
{
"courseId":10,
"settings":{
"diverse":true
},
"students":[
{
"id":1,
"name":"Bram",
"groupPreferences":[
2,
4,
1,
3
],
"friends":[
3,
9
],
"weights":{
"friends":4,
"preferences":2
}
}
],
"groups":[
{
"id":1,
"minsize":3,
"maxsize":7
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment