Module Zeroinstall_solver
module S : sig ... endSome useful abstract module types.
module Make : functor (Input : S.SOLVER_INPUT) -> sig ... endSelect a compatible set of components to run a program. See
Zeroinstall.Solverfor the instantiation of this functor on the actual 0install types.
module Diagnostics : functor (Result : S.SOLVER_RESULT) -> sig ... endExplaining why a solve failed or gave an unexpected answer.
module Sat : sig ... endThe low-level SAT solver.