Skip to content

Commit

Permalink
added issue comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kibaekkim committed Dec 17, 2021
1 parent 27d9b46 commit fcc3d95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/cpp/farmer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ int main(int argc, char **argv)

// Solve the deterministic equivalent problem
((void (*)(void*))dlsym(handle, "solveDe"))(env);

// FIXME: This causes segfault, probably due to incorrectly addressing unbounded subproblem solution.
// ((void (*)(void*))dlsym(handle, "solveDw"))(env);

double primal_bound = ((double (*)(void*))dlsym(handle, "getPrimalBound"))(env);
Expand Down

0 comments on commit fcc3d95

Please sign in to comment.