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

Check single entity satisfiability #273

Merged
merged 109 commits into from
Jan 18, 2021

Commits on Dec 11, 2020

  1. Configuration menu
    Copy the full SHA
    d53bb80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff2869d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e17baf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b75ef79 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f699350 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    65486cb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ab3b2c3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ea43411 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a2b049e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7ad2d20 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    25689f5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    db704d9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fabdc95 View commit details
    Browse the repository at this point in the history
  14. create not executable AvgExecutor, CountExecutor, IdentityExecutor, M…

    …axExecutor, MinExecutor, SumExecutor
    peter-gribanov committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    77e6b49 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3977046 View commit details
    Browse the repository at this point in the history
  16. create AbsExecutor, ConcatExecutor, LengthExecutor, LocateExecutor, L…

    …owerExecutor, MadExecutor, SizeExecutor, SqrtExecutor, SubstringExecutor and UpperExecutor
    peter-gribanov committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    821c915 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9346709 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    cae6e30 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    400273a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    32da42c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d2aa4f6 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b9f2a67 View commit details
    Browse the repository at this point in the history
  23. correct implement AbsExecutor, LengthExecutor, LocateExecutor, LowerE…

    …xecutor, MadExecutor, SizeExecutor, SqrtExecutor, UpperExecutor
    peter-gribanov committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    e454006 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Configuration menu
    Copy the full SHA
    b5d3b48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a662fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebd5c1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    edfaf58 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c33302b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    364f100 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0e21d31 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    95cd452 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    53c4789 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d480573 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    32ecb30 View commit details
    Browse the repository at this point in the history
  12. implement TrimExecutor

    peter-gribanov committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    859954c View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Configuration menu
    Copy the full SHA
    86a1329 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87dd126 View commit details
    Browse the repository at this point in the history
  3. update UPGRADE.md

    peter-gribanov committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    2cb8286 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1339631 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    78e4df5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f5b04f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. test AbsExecutor

    peter-gribanov committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    8aef8b1 View commit details
    Browse the repository at this point in the history
  2. test AvgExecutor

    peter-gribanov committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    dd8dc3e View commit details
    Browse the repository at this point in the history
  3. test CountExecutor

    peter-gribanov committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    ac86841 View commit details
    Browse the repository at this point in the history
  4. test IdentityExecutor

    peter-gribanov committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    8286b89 View commit details
    Browse the repository at this point in the history
  5. test MaxExecutor

    peter-gribanov committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    5948b8b View commit details
    Browse the repository at this point in the history
  6. test MinExecutor

    peter-gribanov committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    a760e7c View commit details
    Browse the repository at this point in the history
  7. test SumExecutor

    peter-gribanov committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    bb215ff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6a1dd6d View commit details
    Browse the repository at this point in the history
  9. test BitAndExecutor

    peter-gribanov committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    badf748 View commit details
    Browse the repository at this point in the history
  10. test BitOrExecutor

    peter-gribanov committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    84914a6 View commit details
    Browse the repository at this point in the history
  11. test ConcatExecutor

    peter-gribanov committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    5411f96 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ef09d56 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2bffd10 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bb81e3d View commit details
    Browse the repository at this point in the history
  15. test DateAddExecutor

    peter-gribanov committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    3249452 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    66cfe30 View commit details
    Browse the repository at this point in the history
  17. test DateSubExecutor

    peter-gribanov committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    ad74a54 View commit details
    Browse the repository at this point in the history
  18. test DateDiffExecutor

    peter-gribanov committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    8680e6d View commit details
    Browse the repository at this point in the history
  19. test LengthExecutor

    peter-gribanov committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    7785fc9 View commit details
    Browse the repository at this point in the history
  20. test LocateExecutor

    peter-gribanov committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    0e73bd8 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    fc750c6 View commit details
    Browse the repository at this point in the history
  22. test ModExecutor

    peter-gribanov committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    0027fe2 View commit details
    Browse the repository at this point in the history
  23. test SizeExecutor

    peter-gribanov committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    1e54d09 View commit details
    Browse the repository at this point in the history
  24. test SqrtExecutor

    peter-gribanov committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    fabeaf2 View commit details
    Browse the repository at this point in the history
  25. test SubstringExecutor

    peter-gribanov committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    00fea75 View commit details
    Browse the repository at this point in the history
  26. test TrimExecutor

    peter-gribanov committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    3f62279 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    868637c View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Configuration menu
    Copy the full SHA
    885da8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c72a3f View commit details
    Browse the repository at this point in the history
  3. test LogicX

    peter-gribanov committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    8ba2a88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf2f144 View commit details
    Browse the repository at this point in the history
  5. convert iterable collection into a generator for consistency of the r…

    …eturned data type in Not spec
    peter-gribanov committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    da31360 View commit details
    Browse the repository at this point in the history
  6. test Not spec

    peter-gribanov committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    c57bcfc View commit details
    Browse the repository at this point in the history
  7. test Equals spec

    peter-gribanov committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    0baebac View commit details
    Browse the repository at this point in the history
  8. test NotEquals spec

    peter-gribanov committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    0312e20 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    855aab6 View commit details
    Browse the repository at this point in the history
  10. test GreaterThan spec

    peter-gribanov committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    b1f8fa0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b78b6b7 View commit details
    Browse the repository at this point in the history
  12. test LessThan spec

    peter-gribanov committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    a333fa2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f24ccda View commit details
    Browse the repository at this point in the history
  14. test In spec

    peter-gribanov committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    7a936c7 View commit details
    Browse the repository at this point in the history
  15. test InstanceOfX spec

    peter-gribanov committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    d6ba883 View commit details
    Browse the repository at this point in the history
  16. test IsNotNull spec

    peter-gribanov committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    21119a4 View commit details
    Browse the repository at this point in the history
  17. test IsNull spec

    peter-gribanov committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    4df3d07 View commit details
    Browse the repository at this point in the history
  18. fix LikeSpec

    peter-gribanov committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    60eee09 View commit details
    Browse the repository at this point in the history
  19. fix LikeSpec

    peter-gribanov committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    ab7dc8d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    cb857a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. test Like spec

    peter-gribanov committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    2158f19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a52449e View commit details
    Browse the repository at this point in the history
  3. update documentation

    peter-gribanov committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    02b7f12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d81867d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3bf2790 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a9557af View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3dab91d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0bd07f1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    59f5d61 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    44e54e8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8303f81 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6afaff6 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Configuration menu
    Copy the full SHA
    8251032 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05fcfad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60f6985 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3fad35 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b39003 View commit details
    Browse the repository at this point in the history
  6. fix PHPStan errors

    peter-gribanov committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    c974707 View commit details
    Browse the repository at this point in the history
  7. fix CS

    peter-gribanov committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    1044cf7 View commit details
    Browse the repository at this point in the history
  8. fix PHPStan error

    peter-gribanov committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    aaefc7b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ea35d74 View commit details
    Browse the repository at this point in the history