Brice

Results 19 comments of Brice

I think https://github.com/slightlyoff/cassowary.js/issues/66 is only about changing the right hand side of a constraint. What I want is more general: I want to be able to change any variable coefficient...

Hello Daniele, This reply might come a bit late but I think I can solve your problem. You have 2 issues: 1 - You need to call `solver.resolve()` in order...

Hi @skylupop If I remember properly I think this PR mainly consists in saving time to perform property accessed by saving results to local variables. And looking at the changes...

I also think that would be a good idea to improve the documentation. I am not so available these days, it will be a couple of months before I involve...

This is probably a different issue but I ran `node benchmark/solver.play.js`, that runs all the example problems, and this is what I get for the monster problem: ``` javascript 'Monster...

I made a PR to fix the issue. By the way, the roadmap I would like to follow is: - Add some more MILP benchmarks - Refactor the table into...

Thanks for the reactivity! Is LPSolve a Java open source solver? How does the monster_II problem compare in terms of execution time? My feeling is that with all the improvements...

By the way, I do think it would be nice to have, in addition to the text book examples that you provided, generated benchmarks. Both MILP and LP.

You mentioned that you can generate benchmarks en masse. What I think would be nice is to generate a set of benchmarks of different problem sizes on which we can...

These are some big problems, thanks! Any idea why solving them as integer variable fails? Taking too long? I realised that the solver does not handle equality constraints, the trick...