minotaur
minotaur copied to clipboard
missing "BilinearHandler.h" ?
I cannot find "BilinearHandler.h". is it missing ?
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 some examples are depending on that header file. I think I was trying to compile some examples at that time.
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 ?