Marco Correia
Marco Correia
Thanks. It seems it is not getting the defines in this requirements.txt file : ``` MiniZinc/libminizinc/archive/develop -DCMAKE_CXX_FLAGS="-fPIC" -DCMAKE_C_FLAGS="-fPIC" ``` (but it works if I call it like `cget install MiniZinc/libminizinc/archive/develop...
I see. But then why does it work if set those flags when I call cget? I.e., this: cget install -Detc works in this case. On Thu, Oct 17, 2019...
I was unable to use autoFetch at all (same problem described above), but the fix by @cosminnus made it work. I hope the fix goes into code. Thanks! Marco
Hi! I am about to have a go at this, as I need to add lazy constraints to the SCIP backend. Just checking if anybody here has done some progress...
Do you have any code to share for doing that? I just realized that graphene-sqlalchemy is completely useless to me if I have to duplicate my model definitions anyway (because...
Wow, thanks! I'll try to use that (I'm still digesting it :)
This might be related to something I have been thinking about, but can't really articulate it very well yet. The idea was to model this liquidity provision thing in the...
From the brief discussion with Tom about this, we had the feeling that this might be doable in the standard solver. If this is confirmed, it will be much more...
Just to make it even more general: now we have the constraint `y
@mavilein, if I create the unique constraints manually as you suggest, what are the chances that I will have problems later with e.g. data migrations? Thanks