var('x y')
solve(x + y, [x, y], solution_dict=True)
yields AttributeError: 'list' object has no attribute 'left'
Is this a bug?
var('x y')
solve(x + y, [x, y], solution_dict=True)
yields AttributeError: 'list' object has no attribute 'left'
Is this a bug?
var('x y')
solve(x + y, [x, y], solution_dict=True)
yields AttributeError: 'list' object has no attribute 'left'
Is this a bug?