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

Remove EntitySource #108

Merged
merged 5 commits into from
Aug 15, 2023

Commits on Aug 11, 2023

  1. [revise] Remove Entity and EntitySource

    Removes Entity and EntitySource. The solver takes in
    the Variable Source directly. The constraints, filters, sort
    or any transformation should be performed on variables before
    providing it to solver.
    
    Signed-off-by: Varsha Prasad Narsing <varshaprasad96@gmail.com>
    varshaprasad96 authored and Per Goncalves da Silva committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    4313c72 View commit details
    Browse the repository at this point in the history
  2. address merge conflicts

    Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
    Per Goncalves da Silva committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    1131dd6 View commit details
    Browse the repository at this point in the history
  3. address lint issues

    Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
    Per Goncalves da Silva committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    d73dce7 View commit details
    Browse the repository at this point in the history
  4. remove ext/olm package

    Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
    Per Goncalves da Silva committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    a0c1b05 View commit details
    Browse the repository at this point in the history
  5. fix dimacs variable source

    Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
    Per Goncalves da Silva committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    54375ee View commit details
    Browse the repository at this point in the history