srcclr / sapling

Planning tool for remote and distributed teams
https://sapling.netlify.app
MIT License
33 stars 3 forks source link

Is it possible to have documentation about install of clingo #11

Open oleal opened 2 years ago

oleal commented 2 years ago

Solver not work with the last version on clingo (same error on demo site)

How find information about version and installation of clingo

thank you

dariusf commented 2 years ago

I believe we were using 5.4.0, but the latest version (5.6.1) should work too, as we are parsing its output to get intermediate optimal solutions.

The simplest way to install it is via your OS package manager, so clingo is available on the PATH.

The demo site being down is another matter...

oleal commented 2 years ago

Thank you, it's work well.I just be careful about sprint capacity otherwise will solve fail

Do you know an open source complementary solution to manage the program bord after PI planning days ?

Le lun. 19 sept. 2022 à 06:15, Darius Foo @.***> a écrit :

I believe we were using 5.4.0, but the latest version (5.6.1) should work too, as we are parsing its output https://github.com/srcclr/sapling/blob/master/common/src/main/java/com/sourceclear/agile/piplanning/service/services/ClingoServiceImpl.java to get intermediate optimal solutions.

The simplest way to install it is via your OS package manager, so clingo is available on the PATH.

The demo site being down is another matter...

— Reply to this email directly, view it on GitHub https://github.com/srcclr/sapling/issues/11#issuecomment-1250549593, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALCIDUHCHOK6WBJFPJEDPDV67SGJANCNFSM6AAAAAAQPSSQI4 . You are receiving this because you authored the thread.Message ID: @.***>

dariusf commented 2 years ago

Good to know!

We used to use Jira (there's an endpoint for exporting boards to it via CSV). I've seen a few GPL alternatives but have never tried them, unfortunately.