This form allows you to allocate courses to students based on the Gale-Shapley algorithm. Please provide the following data:
Course Capabilities: Enter a JSON string representing the capacities of each course.
Agent Capabilities: Enter a JSON string representing the capacities of each agent.
Bids: Enter a JSON string representing the bids for each agent on courses.
Course Order Per Student: Enter a JSON string representing the course order preferences for each student.
Tie-Breaking Lottery: Enter a JSON string representing the tie-breaking values for each student.
After filling out the form, the Gale-Shapley algorithm will process the data to allocate courses to students based on their preferences and the provided constraints.