OpamCudfSolverSourceVarious implementations of the low-level CUDF resolution, most of them relying on external solvers (aspcud, etc.). Used for calling-back below Dose.
include module type of struct include OpamCudfSolverSig endtype criteria_def = OpamCudfSolverSig.criteria_def = {crit_default : string;crit_upgrade : string;crit_fixup : string;crit_best_effort_prefix : string option;}The list of supported solvers, in decreasing order of preference
Generates a custom solver implementation from a user command. Contains some magic:
Like custom_solver, but takes a simple command as a string
Gets the first present solver from the list. Exits with error if none was found.