Previous topic

error_solver.solvers.ErrorSolver.solve

Next topic

error_solver.solvers.ErrorSolver.write_python

This Page

error_solver.solvers.ErrorSolver.used_vars

ErrorSolver.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.