Description Usage Arguments Value Author(s)
This function is used to perform the integer optimization using lpSolve::lp.
For more information, please refer to the lpSolve package in R.
1 | class_optim(s, f.obj, f.con, f.dir, core, elective, moment, class)
|
s |
Semester to be considered (numerical) |
f.obj |
Objective function (to be minimized) |
f.con |
Constraints matrix |
f.dir |
Sign of equality of constraints (">=", "<=", ...) (numerical vectors) |
core |
Core credits chosen by the user by semester (numerical value) |
elective |
Elective credits chosen by the user (numerical value) |
moment |
Moments chosen by the user (binary vector) |
class |
Classes chosen by the user (binary vector) |
Final choice of classes of user (binary vector)
Group 2 composed of Matteo Gross, Alessia Di Pietro, Martina Celic, Ana Gabriela Garcia, Laura Lo Priore
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.