Benjamin Mueller

Results 21 comments of Benjamin Mueller

Would it be possible for you to create a new user account on your Mac that has no additional packages installed? I think that the current issue is due to...

Unfortunately, no. However, all functions just wrap functions from SCIP. So right now, I can just refer to the documentation of SCIP.

Yes, that is the documentation of SCIP. The fourth argument of createVar() specifies the objective coefficient of the created variable. SCIP can only handle linear objective functions. This is not...

I need more information in order to help you. Can you write, step by step, how you compiled the SCIP Optimization Suite and JSCIPOpt? Please list all executed commands. Which...

Hi, I am currently on vacation and will be back on January 4th. Regards Am 27.12.2017 06:13 schrieb "lmxiaonuo" : > another problem, how can I get dual solution from...

No, I couldn't reproduce this bug so far. @mcarreiro, do you also compile JSCIPOpt on a MAC?

@mcarreiro, can you check whether one of the following java commands work? ``` java -classpath "scip.jar:examples.jar" "Linear" java -Djava.class.path=scip.jar:examples.jar "Linear" ``` Thanks!

I don't know. What are the reasons to put it?

How would this be fixed with a Maven repository? Sorry, I never heard about this before. hklarner schrieb am Di., 8. Okt. 2019, 15:55: > The installation and setup of...

Hmm, sorry to hear that. What steps were unclear or did not work? Do you have any suggestions for improving the documentation or the building process? Feel free to create...