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

Improve API for non-satisfiable problems #33

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 18, 2023

  1. Allow yielding stats when problem resolution times out

    When a problem cannot return any solution because of a given time limit, allow to still yield stats without providing any valid model.
    barreeeiroo committed May 18, 2023
    Configuration menu
    Copy the full SHA
    a15b818 View commit details
    Browse the repository at this point in the history
  2. Provide the result status when no answers can be found

    Allows developers to gather information on why a valid solution could not be provided. It allows to differentiate a timeout (UNKNOWN) from an actual irresoluble problem (UNSATISFIABLE).
    barreeeiroo committed May 18, 2023
    Configuration menu
    Copy the full SHA
    8ffd7e3 View commit details
    Browse the repository at this point in the history