You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A modified Traveling Salesman Problem (TSP) optimization where a directed graph tour starting and ending at the first node is chosen so to maximize a custom objective function (net profit)
Enrolls a number of students into classes based on a weighted priority system. Priority is based on number of requested courses, current grade level, and semesters until graduation. Takes a CSV file as input and outputs a CSV file of each student and the courses that they should be enrolled in.
SimplexPy is a compact python library that automatically solves `Linear Programming Equations` i.e Maximization problems, easily and quickly while giving you neat results.
Python program to solve problems using the simplex method, with options for graphical mode and dual method, addressing both maximization and minimization problems.