-
Notifications
You must be signed in to change notification settings - Fork 21
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
missing "BilinearHandler.h" ? #12
Comments
Hi CharlieXu Can you please elaborate more on this? There is no "BilinearHandler.h" in the current source. It was removed quite some time ago. Why do you need it? |
thanks for your reply. |
It seems that at least a few of the example codes have not kept up with the change in interface, and the issue with BilinearHandler.h missing is just one instance. Like CharlieXu, I tried compiling (after configuring the Makefile). Also, I similarly tried to compile multilinear and quad-socp. Each time, I run into an error that has to do with the library interfaces changing. If somebody has been updating the examples, could they please push them to github? I am just trying to compile random examples, learn how to use the programming interface for Minotaur. Thank you. |
The simple-bnb is OK once the makefile is configured. |
Also, knapsack, simple-glob, and simple-qg compile and run correctly once the respective makefiles are (manually) configured. |
Many of these examples need to be removed as they have become outdated or updated so that they work with the Minotaur libraries. Thanks for trying various examples. simple-xxx, ampl-filter, root-relaxation, simbranch should work. Others are unlikely. This has been on our todo list for sometime. We will fix/clean up these soon. We will also create better Makefiles. |
Thank you. |
I am trying to track if this problem is solved or not ? |
I cannot find "BilinearHandler.h".
is it missing ?
The text was updated successfully, but these errors were encountered: