choco.kernel.solver.variables.scheduling
Interface IRMakespan


public interface IRMakespan


Method Summary
 IntDomainVar getMakespan()
           
 void updateInf(int value)
           
 void updateSup(int value)
           
 

Method Detail

getMakespan

IntDomainVar getMakespan()

updateInf

void updateInf(int value)
               throws ContradictionException
Throws:
ContradictionException

updateSup

void updateSup(int value)
               throws ContradictionException
Throws:
ContradictionException


Copyright © 2012. All Rights Reserved.