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

Add MISProblem class to support Maximum Independent Set problems. #71

Merged
merged 32 commits into from
Oct 26, 2022

Conversation

GaboFGuerra
Copy link
Collaborator

@GaboFGuerra GaboFGuerra commented Oct 24, 2022

Issue Number:

Objective of pull request: introduce the MISProblem class to support Maximum Independent Set problems

Pull request checklist

Your PR fulfills the following requirements:

Pull request type

Please check your PR type:

  • Feature

What is the new behavior?

  • The MISProblem class provides a simple interface to test maximum independent set problems. The features include:
    • Generation of random MIS problems
    • Conversion of MIS problems to their QUBO formulation
    • Baseline solution of MIS problems using networkx

Does this introduce a breaking change?

  • No

Signed-off-by: GaboFGuerra <gabriel.fonseca.guerra@intel.com>
Signed-off-by: GaboFGuerra <gabriel.fonseca.guerra@intel.com>
…tance.

Signed-off-by: GaboFGuerra <gabriel.fonseca.guerra@intel.com>
Signed-off-by: GaboFGuerra <gabriel.fonseca.guerra@intel.com>
@AlessandroPierro AlessandroPierro added the 1-feature New feature or request label Oct 24, 2022
@AlessandroPierro AlessandroPierro changed the title Add utilities for representing and obtaining reference solutions to maximal independent set problems. Add MISProblem class to support Maximal Independent Set problems. Oct 24, 2022
@AlessandroPierro AlessandroPierro changed the title Add MISProblem class to support Maximal Independent Set problems. Add MISProblem class to support Maximum Independent Set problems. Oct 26, 2022
@AlessandroPierro AlessandroPierro requested review from phstratmann and removed request for srrisbud October 26, 2022 15:46
@AlessandroPierro AlessandroPierro requested review from AlessandroPierro and removed request for AlessandroPierro October 26, 2022 16:01
Copy link
Contributor

@phstratmann phstratmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for writing the wrapper for the mis code! Looks good now :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1-feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants