On Sat, Aug 15, 2009 at 4:43 AM, Nathann Cohen wrote:
>
> Excellent.
>
> I will try to do that quickly ! ;-)
> By the way, were you writing about tutorials for the functions I
> mentionned or for the use of linear programming in Sage ?
The use of linear programming in Sage. The tutorial is suppo
Excellent.
I will try to do that quickly ! ;-)
By the way, were you writing about tutorials for the functions I
mentionned or for the use of linear programming in Sage ?
I sent a patch yesterday for Knapsack, and ISR/Bin Packing are written
already. I will send a patch for them as soon as I will
On Fri, Aug 14, 2009 at 9:28 AM, Nathann Cohen wrote:
>
> Hmmm And how does one writes into the Sage Tutorial ? I have been
> willing to write a bit about graphs for a while, and it would be a
> good idea to document LP there...
Modify the files in here:
SAGE_ROOT/sage/devel/sage/doc/en
Hmmm And how does one writes into the Sage Tutorial ? I have been
willing to write a bit about graphs for a while, and it would be a
good idea to document LP there...
--~--~-~--~~~---~--~~
To post to this group, send an email to sage-devel@googlegroups.com
To un
Hi Nathann,
On Sat, Aug 15, 2009 at 1:54 AM, Nathann Cohen wrote:
> Knapsack ( it seems Sage only solves some special cases for the
> moment )
> http://en.wikipedia.org/wiki/Knapsack_problem
This is on my todo list. See this sage-devel thread:
http://groups.google.com/group/sage-devel/browse
On Fri, Aug 14, 2009 at 8:54 AM, Nathann Cohen wrote:
>
> Hello everybody !!!
>
> Now that the basics of Linear Programming are written, I am looking
> for ways to make it useful in Sage : I have been looking for
> Optimization/Graph algorithms which could be implemented this way and
> came up wit