Re: Issue 1400 in sympy: make cse optionally not to generate subexpressions that are only used once

2012-11-12 Thread sympy
Updates: Status: Fixed Comment #8 on issue 1400 by smi...@gmail.com: make cse optionally not to generate subexpressions that are only used once http://code.google.com/p/sympy/issues/detail?id=1400 I think this is now fixed and should never return a symbol that is only used once.

Re: Issue 1400 in sympy: make cse optionally not to generate subexpressions that are only used once

2012-10-24 Thread sympy
Updates: Status: Valid Labels: NeedsReview smichr Comment #7 on issue 1400 by smi...@gmail.com: make cse optionally not to generate subexpressions that are only used once http://code.google.com/p/sympy/issues/detail?id=1400 https://github.com/sympy/sympy/pull/1607 -- You

Re: Issue 1400 in sympy: make cse optionally not to generate subexpressions that are only used once

2012-04-18 Thread sympy
Updates: Status: Fixed Comment #6 on issue 1400 by smi...@gmail.com: make cse optionally not to generate subexpressions that are only used once http://code.google.com/p/sympy/issues/detail?id=1400 (No comment was entered for this change.) -- You received this message because you are

Re: Issue 1400 in sympy: make cse optionally not to generate subexpressions that are only used once

2012-03-17 Thread sympy
Comment #4 on issue 1400 by smi...@gmail.com: make cse optionally not to generate subexpressions that are only used once http://code.google.com/p/sympy/issues/detail?id=1400 See also issue 3148 . -- You received this message because you are subscribed to the Google Groups sympy-issues

Re: Issue 1400 in sympy: make cse optionally not to generate subexpressions that are only used once

2011-04-13 Thread sympy
Comment #3 on issue 1400 by smi...@gmail.com: make cse optionally not to generate subexpressions that are only used once http://code.google.com/p/sympy/issues/detail?id=1400 There is no option for this, but the recent commit now gives: h[1] a1, a2, a3, a4, a5, a6 = symbols([a1, a2,

Re: Issue 1400 in sympy: make cse optionally not to generate subexpressions that are only used once

2011-03-19 Thread sympy
Comment #2 on issue 1400 by asmeurer: make cse optionally not to generate subexpressions that are only used once http://code.google.com/p/sympy/issues/detail?id=1400 Yes, I think that if anything, it should be an option to give symbols for expressions that are only generated once, and the