# Functions
GetHintID returns the derived hint ID from the hint function reference.
GetHintName returns the derived hint name from the hint function reference.
No description provided by the author
GetRegisteredHints returns all registered hint functions.
InvZeroHint computes the value 1/a for the single input a.
NewConfig returns a default SolverConfig with given prover options opts applied.
OverrideHint forces the solver to use provided hint function for given id.
RegisterHint registers a hint function in the global registry.
No description provided by the author
WithHints is a solver option that specifies additional hint functions to be used by the constraint solver.
WithLogger is a prover option that specifies zerolog.Logger as a destination for the logs printed by api.Println().
WithNbTasks sets the number of parallel workers to use for the solver.