net.sf.cpsolver.studentsct.constraint
Interface LinkedSections.ConflictHandler

Enclosing class:
LinkedSections

public static interface LinkedSections.ConflictHandler

Helper interface to process conflicts in LinkedSections.computeConflicts(Enrollment, Assignment, ConflictHandler)


Method Summary
 boolean onConflict(Enrollment conflict)
          Called when there is a conflict, if false the computation of other conflicts is stopped.
 

Method Detail

onConflict

boolean onConflict(Enrollment conflict)
Called when there is a conflict, if false the computation of other conflicts is stopped.



Copyright © 2014 UniTime LLC. All Rights Reserved.