Previous topic

error_solver.solvers.ErrorSolverPy.solve

Next topic

error_solver.solvers.SolverPipeline

This Page

error_solver.solvers.ErrorSolverPy.used_vars

ErrorSolverPy.used_vars(self, values, errors, combo=None)

Returns a lists of (1) variables present in both the equations and input values dictionary and (2) variables present in both the equations and input errors dictionary.

Parameters:
values : dict

A dictionary mapping variable names to values.

errors : dict

A dictionary mapping variable names to errors.

combo : str

The name of the equation combination to be applied.