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

missing "BilinearHandler.h" ? #12

Open
CharlieXu opened this issue Sep 21, 2017 · 8 comments
Open

missing "BilinearHandler.h" ? #12

CharlieXu opened this issue Sep 21, 2017 · 8 comments

Comments

@CharlieXu
Copy link

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

@ashutoshmahajan
Copy link
Collaborator

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?

@CharlieXu
Copy link
Author

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.

@bcdandurand
Copy link

bcdandurand commented Jan 30, 2018

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
Copy link

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

@bcdandurand
Copy link

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

@ashutoshmahajan
Copy link
Collaborator

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.

@bcdandurand
Copy link

Thank you.

@CharlieXu
Copy link
Author

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

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

No branches or pull requests

3 participants