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

max-cut-tree #1

Open
kloetzl opened this issue Jun 12, 2018 · 3 comments
Open

max-cut-tree #1

kloetzl opened this issue Jun 12, 2018 · 3 comments

Comments

@kloetzl
Copy link

kloetzl commented Jun 12, 2018

There are a few things odd with max-cut-tree:

  • You checked in a binary, which is odd.
  • The binary is 32 bit and doesn't run on my machine, which is unfortunate.
  • The source is missing, which is sad.

Hope you can help me,
Fabian

@tdencker
Copy link
Owner

Unfortunately, the author of max-cut-tree has decided not to publish the source code which is very sad and strange. The binary is the only one available currently. I actually thought that the binary was 64 bit since that was in the description of the file and it worked fine on my 64 bit system.

We have asked him to at least provide a 64-bit version as well if he is not providing the source code. Until then, I can't help you, unfortunately.

Best regards,
Thomas

@kloetzl
Copy link
Author

kloetzl commented Jun 18, 2018

I actually thought that the binary was 64 bit since that was in the description of the file and it worked fine on my 64 bit system.

Nope, its 32bit:

$ readelf -h bin/max-cut-tree
ELF Header:
Magic: 7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
Class: ELF32
[…]
Type: EXEC (Executable file)
Machine: Intel 80386
[…]

It works on some 32bit systems, but only if you install some special 32bit libraries.

Unfortunately, the author of max-cut-tree has decided not to publish the source code […].

Hm, I see two problems with that. For one you are getting into a (light) grey area with respect to the GPL requirements. It also make multi-spam unfit for redistribution with package managers (such as Debian). The other is that this renders any analysis unreproducible; which is considered bad science.

@tdencker
Copy link
Owner

Yeah, I checked it myself after you mentioned it the first time. I uploaded a 64 bit version for now.

We are currently checking if there are open source alternatives that can provide similar results since we don't like to only have a binary either.

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

2 participants