Package zeroinstall :: Package injector :: Module solver
[frames] | no frames]

Module solver

source code

Chooses a set of components to make a running program.

Classes
  CommandInfo
  ImplInfo
  Solver
Chooses a set of implementations to satisfy the requirements of a program and its user.
  SATSolver
Converts the problem to a set of pseudo-boolean constraints and uses a PB solver to solve them.
  DefaultSolver
Converts the problem to a set of pseudo-boolean constraints and uses a PB solver to solve them.