fserra
fserra
In `bxfi_exec` the following options are needed for undodb to work ``` C case BXF_DBG_UNDODB: argv[0] = dbg_full; argv[argc++] = "--connect-port"; snprintf(port, sizeof (port), "%d", sandbox->debug.tcp); break; ```
interseting my search didn't tell me about this
sorry we never replied. is this still relevant?
But scip itself is sequential. Maybe this would be helpful for concurrent scip, or for the parallelism that @stephenjmaher implemented.
ah ok, I see. Well, I don't know anything about this. I cannot help, sorry
sounds good to me. @stephenjmaher, what do you think?
the errors appear also in opt mode
Hi Can you try any of the following three options for compiling JSCIPOpt please 1. `cmake ..` 1. `cmake .. -DSCIP_DIR=/usr/` 1. `cmake .. -DSCIP_DIR=/usr/lib/`
mmm so apparently libscip is not being found, which is weird. I don't really know. I am guessing you did `mkdir build; cd build; cmake .. -D....`. I would try...
Ok I tried to install it myself and also had problems. So apparently you *must* compile SCIP (I am talking linux here) with cmake, because you have to point to...