Uses of Interface
choco.kernel.solver.goals.Goal

Packages that use Goal
choco.cp.solver   
choco.cp.solver.goals   
choco.cp.solver.goals.choice   
choco.cp.solver.search   
choco.kernel.solver   
choco.kernel.solver.goals   
choco.kernel.solver.goals.choice   
choco.kernel.solver.goals.solver   
samples.tutorials.lns.lns   
 

Uses of Goal in choco.cp.solver
 

Methods in choco.cp.solver with parameters of type Goal
 void CPSolver.setIlogGoal(Goal anIlogGoal)
          Set the ilogGoal of the search strategy
 

Uses of Goal in choco.cp.solver.goals
 

Classes in choco.cp.solver.goals that implement Goal
 class GlobalFail
           
 class Sequence
           
 

Fields in choco.cp.solver.goals declared as Goal
protected  Goal GoalSearchSolver.mainGoal
          Deprecated.  
protected  Goal[] Sequence.sequence
           
 

Fields in choco.cp.solver.goals with type parameters of type Goal
protected  List<Goal> GoalSearchSolver.currentGoalStack
          Deprecated.  
 

Methods in choco.cp.solver.goals that return Goal
static Goal GoalHelper.and(Goal... goal)
           
 Goal Sequence.execute(Solver s)
           
 Goal GlobalFail.execute(Solver solver)
           
static Goal GoalHelper.or(Goal... goal)
           
 Goal GoalSearchSolver.popGoal()
          Deprecated.  
static Goal GoalHelper.remVal(IntDomainVar var, int val)
           
static Goal GoalHelper.setVal(IntDomainVar var, int val)
           
 

Methods in choco.cp.solver.goals with parameters of type Goal
static Goal GoalHelper.and(Goal... goal)
           
static Goal GoalHelper.or(Goal... goal)
           
 void GoalSearchSolver.pushGoal(Goal g)
          Deprecated.  
 

Constructors in choco.cp.solver.goals with parameters of type Goal
GoalSearchSolver(Solver s, Goal mainGoal)
          Deprecated.  
Sequence(Goal[] goals)
           
 

Uses of Goal in choco.cp.solver.goals.choice
 

Classes in choco.cp.solver.goals.choice that implement Goal
 class Generate
           
 class Instantiate
           
 

Methods in choco.cp.solver.goals.choice that return Goal
 Goal Instantiate.execute(Solver s)
           
 Goal Generate.execute(Solver s)
           
 

Uses of Goal in choco.cp.solver.search
 

Fields in choco.cp.solver.search declared as Goal
protected  Goal GoalSearchLoop.mainGoal
           
 

Fields in choco.cp.solver.search with type parameters of type Goal
protected  List<Goal> GoalSearchLoop.currentGoalStack
           
 

Methods in choco.cp.solver.search that return Goal
 Goal GoalSearchLoop.popGoal()
           
 

Methods in choco.cp.solver.search with parameters of type Goal
 void GoalSearchLoop.pushGoal(Goal g)
           
 

Constructors in choco.cp.solver.search with parameters of type Goal
GoalSearchLoop(AbstractGlobalSearchStrategy searchStrategy, Goal mainGoal)
           
 

Uses of Goal in choco.kernel.solver
 

Methods in choco.kernel.solver with parameters of type Goal
 void Solver.setIlogGoal(Goal ilogGoal)
           
 

Uses of Goal in choco.kernel.solver.goals
 

Methods in choco.kernel.solver.goals that return Goal
 Goal Goal.execute(Solver solver)
           
 

Uses of Goal in choco.kernel.solver.goals.choice
 

Classes in choco.kernel.solver.goals.choice that implement Goal
 class RemoveVal
          Created by IntelliJ IDEA.
 class SetVal
          Created by IntelliJ IDEA.
 

Methods in choco.kernel.solver.goals.choice that return Goal
 Goal SetVal.execute(Solver s)
           
 Goal RemoveVal.execute(Solver s)
           
 

Uses of Goal in choco.kernel.solver.goals.solver
 

Classes in choco.kernel.solver.goals.solver that implement Goal
 class ChoicePoint
           
 

Fields in choco.kernel.solver.goals.solver declared as Goal
protected  Goal[] ChoicePoint.choices
           
 

Methods in choco.kernel.solver.goals.solver that return Goal
 Goal ChoicePoint.execute(Solver solver)
           
 Goal ChoicePoint.getChoice(int choiceIndex)
           
 

Constructors in choco.kernel.solver.goals.solver with parameters of type Goal
ChoicePoint(Goal[] goals)
           
 

Uses of Goal in samples.tutorials.lns.lns
 

Methods in samples.tutorials.lns.lns with parameters of type Goal
 void AbstractLNSSolver.setIlogGoal(Goal ilogGoal)
          Deprecated.  
 



Copyright © 2012. All Rights Reserved.