parser.instances.checker
Interface IStatusChecker

All Superinterfaces:
IPretty
All Known Subinterfaces:
IOptimChecker
All Known Implementing Classes:
OptimSChecker, SatSChecker

public interface IStatusChecker
extends IPretty


Method Summary
 void checkStatus(Boolean doMaximize, ResolutionStatus status, Number objective)
           
 
Methods inherited from interface choco.IPretty
pretty
 

Method Detail

checkStatus

void checkStatus(Boolean doMaximize,
                 ResolutionStatus status,
                 Number objective)
                 throws SolutionCheckerException
Throws:
SolutionCheckerException


Copyright © 2012. All Rights Reserved.