
Integer optimization of timetable
class_optim.Rd
This function is used to perform the integer optimization using lpSolve::lp.
For more information, please refer to the lpSolve package in R.
Arguments
- 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)