scipopt / JSCIPOpt

Java interface for the SCIP Optimization Suite
MIT License
62 stars 35 forks source link

Add SCIPsetObjsense #11

Closed charlene-videoamp closed 6 years ago

charlene-videoamp commented 6 years ago

I added two calls: setMaximize and setMinimize which call SCIPsetObjsense and they seem to work. Can I have permission to create a pull request?

mattmilten commented 6 years ago

The GitHub way to do this is as follows: You create a fork to have your own JSCIPOpt repo. There you push your new commit to a new branch and then submit a pull request to us for that branch.

Have a look here for further information: https://help.github.com/articles/creating-a-pull-request-from-a-fork/

mueldgog commented 6 years ago

added with #12