Description
Optimal Assignment of Students to Groups.
Description
Integer programming models to assign students to groups by maximising diversity within groups, or by maximising preference scores for topics.
README.md
grouper
The goal of grouper is to make it easier for an instructor to divide students into groups.
Installation
You can install the development version of grouper from GitHub with:
# install.packages("pak")
pak::pak("singator/grouper")
Example
This is a basic example which shows you how to solve a common problem:
library(grouper)
## basic example code
Contact
For more details, please contact Vik Gopal [email protected] or Kevin Lam [email protected].