minotaur icon indicating copy to clipboard operation
minotaur copied to clipboard

missing "BilinearHandler.h" ?

Open CharlieXu opened this issue 7 years ago • 8 comments

I cannot find "BilinearHandler.h". is it missing ?

CharlieXu avatar Sep 21 '17 21:09 CharlieXu

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?

ashutoshmahajan avatar Sep 29 '17 04:09 ashutoshmahajan

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.

CharlieXu avatar Oct 18 '17 19:10 CharlieXu

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.

bcdandurand avatar Jan 30 '18 19:01 bcdandurand

The simple-bnb is OK once the makefile is configured.

bcdandurand avatar Jan 31 '18 19:01 bcdandurand

Also, knapsack, simple-glob, and simple-qg compile and run correctly once the respective makefiles are (manually) configured.

bcdandurand avatar Jan 31 '18 22:01 bcdandurand

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.

ashutoshmahajan avatar Feb 01 '18 01:02 ashutoshmahajan

Thank you.

bcdandurand avatar Feb 01 '18 17:02 bcdandurand

I am trying to track if this problem is solved or not ?

CharlieXu avatar Sep 12 '19 22:09 CharlieXu