Uses of Class
net.sf.cpsolver.studentsct.model.Config

Packages that use Config
net.sf.cpsolver.studentsct Student Sectioning Solver. 
net.sf.cpsolver.studentsct.model Student Sectioning: Model. 
 

Uses of Config in net.sf.cpsolver.studentsct
 

Methods in net.sf.cpsolver.studentsct with parameters of type Config
 double StudentPreferencePenalties.getMaxPenalty(Config config)
          Maximal penalty of a config
 double StudentPreferencePenalties.getMinPenalty(Config config)
          Minimal penalty of a config
 

Uses of Config in net.sf.cpsolver.studentsct.model
 

Methods in net.sf.cpsolver.studentsct.model that return Config
 Config Enrollment.getConfig()
          Config of the course request
 Config Subpart.getConfig()
          Instructional offering configuration to which this subpart belongs
 Config CourseRequest.getConfig(long configId)
          Return configuration of the requested courses with the given id
 

Constructors in net.sf.cpsolver.studentsct.model with parameters of type Config
Enrollment(Request request, double value, Config config, Set assignments)
          Constructor
Subpart(long id, String itype, String name, Config config, Subpart parent)
          Constructor