Re: [sage-combinat-devel] Re: schensted insertion

2014-02-28 Thread Anne Schilling
Type T.bump?? and it shows you the documentation and code and where to find it. Best, Anne On 2/28/14 7:00 AM, nohra hage wrote: > Good morning, > > I khow how to use the functions T.bump(i) and T.schensted_insert(i) but i > need to know how we can program those functions. > > where can i f

[sage-combinat-devel] Re: schensted insertion

2014-02-28 Thread nohra hage
Good morning, I khow how to use the functions T.bump(i) and T.schensted_insert(i) but i need to know how we can program those functions. where can i find the codes?? Thank you, NOHRA On Saturday, March 6, 2010 6:08:11 PM UTC+1, bump wrote: > > Tableau method contains two methods, bump and sche

Re: [sage-combinat-devel] Re: git question

2014-02-28 Thread Mark Shimozono
Thanks, Volker, This was very helpful. My problems were based on side effects of unnecessary merging of changes from the server (which I mistakenly thought was harmless) although I never issued the merge command directly. --Mark > Like every revision control system, git is just a tool to handl

[sage-combinat-devel] Re: git question

2014-02-28 Thread Volker Braun
Like every revision control system, git is just a tool to handle an immutable history. So whatever you do on your lower branch never affects any other branch *unless* you merge the new changes. So assume you have three branches upper, lower, and master After making a change in lower that you ne