Package net.sf.cpsolver.studentsct.filter

Various student filters.

See:
          Description

Interface Summary
StudentFilter Interface for filter students based on academic area classifications, majors, or minors.
 

Class Summary
CombinedStudentFilter This student filter combines two given student filters with logical operation AND or OR.
FreshmanStudentFilter This student filter accepts only freshman students.
RandomStudentFilter This student filter accepts every student with the given probability.
RealStudentFilter This student filter accepts only real students (last-like students are rejected).
ReverseStudentFilter This student filter accepts students that are not accepted by the provided student filter.
 

Package net.sf.cpsolver.studentsct.filter Description

Various student filters.