Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix for segfault; add windows makefile; default problem path #3

Open
wants to merge 36 commits into
base: master
Choose a base branch
from

Conversation

yhz0
Copy link
Contributor

@yhz0 yhz0 commented Oct 31, 2021

  1. Fixed Segfault error on startup. Adding header ilcplex/cplex.h to solver.h. (Missing include in solver.h #2)
  2. Fixed default problem path.
  3. Preliminary support for windows compilation.
  4. Preliminary support for compiling twoSD into a dynamic library (.so/.dll) so it can be used within other programs.

Tested under Ubuntu 20.04 with gcc 7, 8, 9, 10, and cplex version 12.10, 20.10.
To compile under native windows, a working gcc installation (msys2 or cygwin) and make tools are required.

yhz0 and others added 30 commits September 29, 2021 10:29
* Clean up messy outputs

* julia code for querying solutions; do not output names
…nifest update (#3)

* amended transshipment.jl to include decision retrieval

* Fixed manifest to reflect new dependencies

* Include check on random position

* fixed index problem for decision()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant