Ambros Gleixner

Results 69 comments of Ambros Gleixner

Do you know if the interactive shell on the command line works for the binary built with -DTPI=tny ?

Thanks, we will have to look what could cause the incompatibility here.

In case this is still relevant: I would solve this "externally", by using your own hashmap, e.g., which maps nodes to the information you want to store. Please reopen if...

This is a bit late, but short answer: SCIP does not allow objective coefficients to change. You would need to remove the column and add a new one as a...

Yes, at build time you need to make sure it is built with TPI=omp or TPI=tny. Otherwise, the parameter is fine, only it is important to trigger the solve not...

But random seeds and child selection rules will be different.

Agreed, but this would be the only way to do so via JSCIPOpt. If you are motivated to build this extension, it is a good idea to look at the...

Yes, that is possible, but you would not add the log to a quadratic constraint, but formulate the entire expression in one nonlinear constraint.

Can you model the xor constraints as linear constraints x+y=1? Or will you have more complicated xor constraints in the future?