Package choco.kernel.solver.search.integer

A package devoted to choice points and search heuristics specific to integer variables. See:
          Description

Interface Summary
VarValPairSelector An interface for control objects that model a heuristic selectying at the same time a variable and a value from its domain
 

Class Summary
AbstractIntVarSelector  
DoubleHeuristicIntVarSelector  
HeuristicIntVarSelector A class the selects the variables which minimizes a heuristic (such classes support ties)
IntHeuristicIntVarSelector A class the selects the variables which minimizes a heuristic (such classes support ties)
IntVarValPair a struct-like class implementing (IntVar, int) pairs (useful for binary branchings that assign a value to a variable or remove that same value from the variable domain
 

Package choco.kernel.solver.search.integer Description

A package devoted to choice points and search heuristics specific to integer variables.

Related Documentation

For tutorials, examples, documentation and technical notes, see:



Copyright © 2012. All Rights Reserved.