[Pharo-users] Re: Constraint solver in Pharo?

2020-11-10 Thread Noury Bouraqadi
Thanks Stefan. I've integrated your PR. On Nov 6 2020, at 6:32 pm, stephan wrote: > > https://github.com/bouraqadi/BackTalkNG/pull/1 > > > On 06-11-2020 17:34, Noury Bouraqadi wrote: > > > > Thanx Stefan for the fix. > > Since there's some interest in this, I've migrated the code to GitHub and

[Pharo-users] Re: Constraint solver in Pharo?

2020-11-06 Thread stephan
https://github.com/bouraqadi/BackTalkNG/pull/1 On 06-11-2020 17:34, Noury Bouraqadi wrote: Thanx Stefan for the fix. Since there's some interest in this, I've migrated the code to GitHub and added a baseline. So,  Stefan you can add your fix and make a PR :-) Noury On Nov 6 2020, at 3:58

[Pharo-users] Re: Constraint solver in Pharo?

2020-11-06 Thread Noury Bouraqadi
Thanx Stefan for the fix. Since there's some interest in this, I've migrated the code to GitHub and added a baseline. So, Stefan you can add your fix and make a PR :-) Noury On Nov 6 2020, at 3:58 pm, Stéphane Ducasse wrote: > Hi stephan did you publish the code? > > > On 6 Nov 2020, at 15:12,

[Pharo-users] Re: Constraint solver in Pharo?

2020-11-06 Thread Stéphane Ducasse
Hi stephan did you publish the code? > On 6 Nov 2020, at 15:12, stephan wrote: > > Replacing BTNGVariable>>#nextValue by > > nextValue > | nextValue | > self currentValue > ifNotNil: [valuesToExplore remove: self currentValue]. > nextValue := self valuesToExplore ifEmpty: [

[Pharo-users] Re: Constraint solver in Pharo?

2020-11-06 Thread stephan
Replacing BTNGVariable>>#nextValue by nextValue     | nextValue |     self currentValue         ifNotNil: [valuesToExplore remove: self currentValue].     nextValue := self valuesToExplore ifEmpty: [ nil ]                 ifNotEmpty: [self valuesToExplore anyOne].     self currentValue:

[Pharo-users] Re: Constraint solver in Pharo?

2020-10-28 Thread Alexandre Bergel via Pharo-users
Thanks! Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On 28-10-2020, at 04:22, Noury Bouraqadi wrote: > > Long time ago Guillaume Grondin ported BackTalk the constraints library by >

[Pharo-users] Re: Constraint solver in Pharo?

2020-10-28 Thread Noury Bouraqadi
Long time ago Guillaume Grondin ported BackTalk the constraints library by Pierre Roy and François Pachet from LIP6 to Squeak. http://www.squeaksource.com/@VoaaA0m8tASxYTuS/QN-qUhcD On Oct 27 2020, at 2:52 pm, Alexandre Bergel via Pharo-users wrote: > Hello! > > Is there a constraint solver

[Pharo-users] Re: Constraint solver in Pharo?

2020-10-27 Thread Stéphane Ducasse
There is cassowary and deltablue. S. > On 27 Oct 2020, at 14:52, Alexandre Bergel via Pharo-users > wrote: > > Hello! > > Is there a constraint solver available in Pharo? > > Cheers, > Alexandre > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel