cvc5.git
2 years agoFix minor issues (#7704)
Gereon Kremer [Mon, 29 Nov 2021 21:51:17 +0000 (13:51 -0800)]
Fix minor issues (#7704)

This fixes a few minor coverity issues.

2 years agoStart post-release for 0.0.4
Mathias Preiner [Mon, 29 Nov 2021 21:26:25 +0000 (13:26 -0800)]
Start post-release for 0.0.4

2 years agoBump version to 0.0.4
Mathias Preiner [Mon, 29 Nov 2021 21:26:25 +0000 (13:26 -0800)]
Bump version to 0.0.4

2 years agoBug in printing parameter list in define_fun_to_string (#7700)
Sujit Kumar Muduli [Mon, 29 Nov 2021 16:37:36 +0000 (22:07 +0530)]
Bug in printing parameter list in define_fun_to_string (#7700)

Signed-off-by: Sujit Muduli <smuduli@cse.iitk.ac.in>
2 years agoConsolidate CI jobs (#7697)
Gereon Kremer [Thu, 25 Nov 2021 04:31:09 +0000 (20:31 -0800)]
Consolidate CI jobs (#7697)

This PR integrates the cancel and update-pr jobs into the main CI jobs. This not only looks nicer in the actions menu (less jobs) but also improves which jobs we cancel: this now also allows to cancel jobs in forks by getting rid of the magic workflow number.

2 years agoGuard regression tests that require libpoly to pass. (#7698)
Mathias Preiner [Thu, 25 Nov 2021 04:15:00 +0000 (20:15 -0800)]
Guard regression tests that require libpoly to pass. (#7698)

Regression tests either timeout or return unknown if cvc5 is configured with --no-poly.

2 years agoapi: Refactor mkTerm for kinds with arity = 0. (#7699)
Aina Niemetz [Thu, 25 Nov 2021 02:39:39 +0000 (18:39 -0800)]
api: Refactor mkTerm for kinds with arity = 0. (#7699)

This refactors mkTerm to allow creation of terms of kinds with arity = 0
via Op and/or empty children vector.

2 years agoexamples: Update python api datatypes example. (#7692)
Aina Niemetz [Wed, 24 Nov 2021 22:17:43 +0000 (14:17 -0800)]
examples: Update python api datatypes example. (#7692)

The C++ datatypes example was extended in #7689. This updates the Python
API datatypes example accordingly.

2 years agoAlways enable API black box unit tests (#7696)
Andres Noetzli [Wed, 24 Nov 2021 22:02:05 +0000 (14:02 -0800)]
Always enable API black box unit tests (#7696)

Currently, when assertions are disabled, we do not enable any unit
tests. However, we have decided that it would be beneficial to do black
box unit testing of the API even when building cvc5 without assertions,
because the API is user facing. This commit makes the following changes:

- Always enables API black box unit tests
- Adds a test to check whether a buggy version of Clang is being used,
  which prevents the use of `-fno-access-control` for white box tests
- Fixes a spooky variable name in a Python unit test

2 years agocmake: Add option --[no]-static-binary. (#7695)
Mathias Preiner [Wed, 24 Nov 2021 19:29:11 +0000 (11:29 -0800)]
cmake: Add option --[no]-static-binary. (#7695)

Allows to disable linking against static system libraries explicitly.

2 years agoFix ANTLR3 config for i386 and aarch64 builds. (#7694)
Mathias Preiner [Wed, 24 Nov 2021 19:15:28 +0000 (11:15 -0800)]
Fix ANTLR3 config for i386 and aarch64 builds. (#7694)

This fixes the i386 and aarch64 nightly builds.

2 years agoexamples: Update Java datatypes example with recent extensions. (#7693)
Aina Niemetz [Wed, 24 Nov 2021 17:53:29 +0000 (09:53 -0800)]
examples: Update Java datatypes example with recent extensions. (#7693)

The C++ datatypes example was extended in #7689. This updates the Java
API datatypes example accordingly.

2 years agoRemove dependency of `TypeNode` on `Node` (#7690)
Andres Noetzli [Wed, 24 Nov 2021 05:53:01 +0000 (21:53 -0800)]
Remove dependency of `TypeNode` on `Node` (#7690)

This is further work towards breaking cyclic dependencies in the `expr`
folder.

2 years agoFix potential for cycles in trust substitutions (#7687)
Andrew Reynolds [Wed, 24 Nov 2021 05:34:25 +0000 (23:34 -0600)]
Fix potential for cycles in trust substitutions (#7687)

This ensures we use only the prefix of substitutions for the *first* time a formula is proven in a substitution map.

This avoids the possibility for cycles in proof generators during non-clausal simplification, where we may reprove a formula F later at a point where later substitutions depend on F.

2 years agoexamples: Extend DT api example with APPLY_TESTER and APPLY_UPDATER application....
Aina Niemetz [Wed, 24 Nov 2021 04:54:09 +0000 (20:54 -0800)]
examples: Extend DT api example with APPLY_TESTER and APPLY_UPDATER application. (#7689)

2 years agoMinor fixes (#7691)
Andres Noetzli [Wed, 24 Nov 2021 04:30:47 +0000 (20:30 -0800)]
Minor fixes (#7691)

2 years agoapi: Fix creation of nary term kinds via Op. (#7688)
Aina Niemetz [Wed, 24 Nov 2021 00:50:44 +0000 (16:50 -0800)]
api: Fix creation of nary term kinds via Op. (#7688)

Fixes cvc5/cvc5-projects#367.

2 years agoMake difficulty manager only consider lemmas at full effort (#7685)
Andrew Reynolds [Tue, 23 Nov 2021 23:24:01 +0000 (17:24 -0600)]
Make difficulty manager only consider lemmas at full effort (#7685)

Fixes cvc5/cvc5-projects#350

2 years agoEnable model-based reduction technique for strings (#7680)
Andrew Reynolds [Tue, 23 Nov 2021 22:47:09 +0000 (16:47 -0600)]
Enable model-based reduction technique for strings (#7680)

This changes our default strategy for deferring (some) reductions until after the model is constructed. It introduces the option `--strings-mbr` (model-based reduction) which is enabled by default.

When using model-based reductions, only *negatIve* contains and negative memberships are deferred for reduction/unfolding until LAST_CALL effort, where a candidate model is available. These steps are performed only if the constraints are not already satisfied in the model.  The intuition is that negative contains/membership are the *most* expensive constraints to process and are moreover the *least* likely to be false in the model.

It makes a few fixes to the extended/RE solvers:
- 2 kinds of inferences in `checkExtfEval` should not be performed for substitutions based on models
- The regular expression solver should not use inclusion tests to justify reduction of memberships when the basis for the reduction is an unfolded membership, due to the reasoning being potentially cyclic.  This led to a bogus model on a regression when the new strategy was enabled.

It also does minor refactoring of those solvers that was required for implementing the new policy.

This branch is +446-1 on SMT-LIB, with all gains coming on "sat" benchmarks, mostly from pyex.  It also solves 2 previously unsolved challenge Amazon benchmarks quickly.

2 years agoAdd kinds to python docs (#7672)
Gereon Kremer [Tue, 23 Nov 2021 20:59:26 +0000 (12:59 -0800)]
Add kinds to python docs (#7672)

This PR adds the kinds to the documentation for the regular python docs.

2 years agoPush output language inside the printing code (#7683)
Gereon Kremer [Tue, 23 Nov 2021 19:04:46 +0000 (11:04 -0800)]
Push output language inside the printing code (#7683)

This PR pushes the explicit specification of the output language further inside the printing methods.
The general way to specify the output language is to attach it to the output stream. The changes simplify the interface, while we still allow printing in another output language via using a scope (as used in the lfsc and tptp printers).

2 years agoAdd rewrite rule for bag.card operator using bag.map and lambda (#7643)
mudathirmahgoub [Tue, 23 Nov 2021 18:10:37 +0000 (12:10 -0600)]
Add rewrite rule for bag.card operator using bag.map and lambda (#7643)

Add rewrite rule for bag.card operator using bag.map and lambda

2 years agoPython API documentation: terms (#7659)
yoni206 [Tue, 23 Nov 2021 17:34:14 +0000 (19:34 +0200)]
Python API documentation: terms (#7659)

This PR adds documentation for the Terms class in the python API.
Co-authored-by: Gereon Kremer gereon.kremer@cs.rwth-aachen.de
2 years agoMake `node_value.h` not depend on `node_manager.h` (#7676)
Andres Noetzli [Tue, 23 Nov 2021 16:57:28 +0000 (08:57 -0800)]
Make `node_value.h` not depend on `node_manager.h` (#7676)

This commit breaks a circular dependency by making `node_value.h` not
depend on `node_manager.h`. As a result, we can remove the hack-y
include of `node_manager.h` in the middle of the `node_value.h` file.

2 years agoRefactor IO stream manipulators (#7555)
Gereon Kremer [Mon, 22 Nov 2021 22:31:31 +0000 (14:31 -0800)]
Refactor IO stream manipulators (#7555)

This PR consolidates SetLanguage, ExprSetDepth and ExprDag into a single consistent utility. Also, it makes it play more nicely with users setting these options and removes some obsolete code.

2 years agoAdd rewrite for repeated re.allchar (#7681)
Andrew Reynolds [Mon, 22 Nov 2021 21:43:17 +0000 (15:43 -0600)]
Add rewrite for repeated re.allchar (#7681)

This solves 4 more challenge Amazon benchmarks.

2 years agoSet proper system processor for arm64 toolchain (#7665)
Gereon Kremer [Mon, 22 Nov 2021 18:54:19 +0000 (10:54 -0800)]
Set proper system processor for arm64 toolchain (#7665)

2 years ago[prop] Remove unused #define in theory proxy (#7670)
Haniel Barbosa [Mon, 22 Nov 2021 18:37:44 +0000 (15:37 -0300)]
[prop] Remove unused #define in theory proxy (#7670)

2 years agoImprove error for check theory assertions with model (#7679)
Andrew Reynolds [Mon, 22 Nov 2021 00:49:57 +0000 (18:49 -0600)]
Improve error for check theory assertions with model (#7679)

Makes it so that we report *all* unsatisfied assertions, not just the first one.

2 years agoFix const RE test for internal regexp rv kind (#7678)
Andrew Reynolds [Mon, 22 Nov 2021 00:35:52 +0000 (18:35 -0600)]
Fix const RE test for internal regexp rv kind (#7678)

Fixes #7677.

2 years agobv2int module: translation of more cases (#7653)
yoni206 [Sat, 20 Nov 2021 00:05:03 +0000 (02:05 +0200)]
bv2int module: translation of more cases (#7653)

This commit adds the implementation of the translation from BV to Int for the remaining operators. Some cases are left for the next PR. Corresponding unit tests are added. Notice that in the new module, the following issues do not occur. They will be added as tests in the following PRs:

https://github.com/cvc5/cvc5-projects/issues/345
https://github.com/cvc5/cvc5-projects/issues/344
https://github.com/cvc5/cvc5-projects/issues/343

2 years ago[API] Avoid copying values (#7666)
Andres Noetzli [Fri, 19 Nov 2021 23:04:25 +0000 (15:04 -0800)]
[API] Avoid copying values (#7666)

2 years agoClean up relationship of metakind and node_manager (#7649)
Andres Noetzli [Fri, 19 Nov 2021 22:23:39 +0000 (14:23 -0800)]
Clean up relationship of metakind and node_manager (#7649)

Before this commit, we were including `metakind.h` twice in
`node_manager.h`, once without and once with defining
`CVC5__NODE_MANAGER_NEEDS_CONSTANT_MAP`. Additionally, `mkmetakind`
generated structs that mapped types to kinds. This commit makes all of
this obsolete by directly generating instantiations of `mkConst`, which
allows us to get rid of the double include and the `ConstantMap`.

2 years agoRemove n-ary builder (#7671)
Andrew Reynolds [Fri, 19 Nov 2021 19:57:46 +0000 (13:57 -0600)]
Remove n-ary builder (#7671)

Adds the only usage of this file into ite_simp.cpp, where it is specialized for AND.

This is work towards eliminating arithmetic subtyping (that utility had an unused and ambiguous use of mkConst(CONST_RATIONAL, ...)).

2 years agoAllow negative denominator for CLN Rationals constructed from string. (#7667)
Mathias Preiner [Fri, 19 Nov 2021 18:50:06 +0000 (10:50 -0800)]
Allow negative denominator for CLN Rationals constructed from string. (#7667)

2 years agoapi: Fix categorization of DT kinds in kind maps. (#7668)
Aina Niemetz [Thu, 18 Nov 2021 21:52:10 +0000 (13:52 -0800)]
api: Fix categorization of DT kinds in kind maps. (#7668)

2 years agoRefactor CAD option for linear model seed (#7657)
Gereon Kremer [Thu, 18 Nov 2021 19:15:34 +0000 (11:15 -0800)]
Refactor CAD option for linear model seed (#7657)

This PR implements another strategy for using the linear model in the CAD-based nonlinear solver. It stays disabled by default.

2 years ago[proofs] Fix trace in SatProofManager (#7664)
Haniel Barbosa [Thu, 18 Nov 2021 17:28:50 +0000 (14:28 -0300)]
[proofs] Fix trace in SatProofManager  (#7664)

2 years ago[proofs] Alethe: Rename DUPLICATED_LITERALS (#7661)
Lachnitt [Thu, 18 Nov 2021 14:44:48 +0000 (06:44 -0800)]
[proofs] Alethe: Rename DUPLICATED_LITERALS (#7661)

In the Alethe specification the DUPLICATED_LITERALS rule was renamed to CONTRACTION. This PR renames the rule to be consistent with the standard.

2 years agoapi: Fix kind documentation for BAG_MAKE. (#7663)
Aina Niemetz [Thu, 18 Nov 2021 01:18:06 +0000 (17:18 -0800)]
api: Fix kind documentation for BAG_MAKE. (#7663)

2 years agoImprove naming in term canonization when handling HO variables (#7660)
Haniel Barbosa [Wed, 17 Nov 2021 22:12:22 +0000 (19:12 -0300)]
Improve naming in term canonization when handling HO variables (#7660)

Previously all higher-order variables would me named with "-" followed by the index, since the method did not account for functional types (which are printed as with (-> ...)). This commit changes it so that it takes the return type, which will always be atomic, thus giving more meaningful names to the canonical variables.

2 years ago[sat] Fix indentation in "reason" (#7662)
Haniel Barbosa [Wed, 17 Nov 2021 21:07:58 +0000 (18:07 -0300)]
[sat] Fix indentation in "reason" (#7662)

2 years agoAdd documentation for z3py compatibility API (#7652)
Gereon Kremer [Wed, 17 Nov 2021 19:40:49 +0000 (11:40 -0800)]
Add documentation for z3py compatibility API (#7652)

This PR includes documentation for the z3py compatibility API into our general API.
It does so by adding the z3py compatibility API as an external project to download it and then have sphinx document it via the autodoc extension that we already use for our regular python API.
Right now we simply show everything on one page, which should be refactored in the future.

2 years agoPreparations for eliminating arithmetic subtyping (#7637)
Andrew Reynolds [Wed, 17 Nov 2021 19:07:14 +0000 (13:07 -0600)]
Preparations for eliminating arithmetic subtyping (#7637)

Adds TypeNode::isArithmetic, NodeManager::mkConstReal and NodeManager::mkConstInt.

The first method (for now) is equivalent to TypeNode::isReal, and the latter 2 are equivalent to NodeManager::mkConst(CONST_RATIONAL, ...).

This furthermore distinguishes all uses of isReal: all that intend to be isArithmetic are changed in this PR. Redundant uses of isReal() || isInteger() are merged to isArithmetic().

Due to the above, there are no behavior changes in this PR.

2 years agoRevert change and clean datatypes cons candidate generator (#7645)
Andrew Reynolds [Wed, 17 Nov 2021 12:29:14 +0000 (06:29 -0600)]
Revert change and clean datatypes cons candidate generator (#7645)

PR #7600 refactored and optimized candidate generator. This PR actually corrected an issue where the datatypes constructor expansion candidate generator did not generate instances for triggers whose top symbol is a constructor. However, fixing it to generate instances led to a performance regression on Facebook benchmarks.

This PR reverts the behavior change from that PR, and moreover makes it explicit that we do not generate instances in this case.

2 years agoImplement aggressive pruning in CAD solver (#7650)
Gereon Kremer [Wed, 17 Nov 2021 06:41:51 +0000 (22:41 -0800)]
Implement aggressive pruning in CAD solver (#7650)

This PR implements a more aggressive pruning of redundant intervals, namely intervals that are covered by two other intervals, but not a single one. As already discussed in the respective paper, it is not entirely clear whether this is beneficial as removing such an interval may make the "overlap" smaller and thus the generated interval in the lower dimension may become smaller as well. It is thus only enabled via a (new) option.
Experiments show that such redundant intervals are relatively common (878 benchmarks on QF_NRA), the impact of this option is very limited and not strictly beneficial.

2 years agoUpdate Python packaging infrastructure (#7654)
Alex Ozdemir [Wed, 17 Nov 2021 02:19:05 +0000 (18:19 -0800)]
Update Python packaging infrastructure (#7654)

- Stop passing --lib-only (it no longer exists)
- Fix the regex search for the cvc5 version
- Take a version suffix as an (optional) environmental variable

2 years agomake default and modes strings instead of enum values (#7656)
Gereon Kremer [Wed, 17 Nov 2021 01:45:32 +0000 (17:45 -0800)]
make default and modes strings instead of enum values (#7656)

For mode options, getOptionInfo would hold the name of the enum values for the default value and the available modes. This PR changes this to hold the string values instead, which is what users can actually use via the API.

2 years agoFix binding of quoted symbols in `define-fun` (#7655)
Andres Noetzli [Wed, 17 Nov 2021 01:31:32 +0000 (17:31 -0800)]
Fix binding of quoted symbols in `define-fun` (#7655)

Our `DefineFunctionCommand` was binding the string representation of the
function symbol including the `|` quotes instead of the symbol without
the quotes. This commit fixes the issue.

2 years agoRemove documentation for --lib-only (#7648)
Alex Ozdemir [Wed, 17 Nov 2021 01:18:46 +0000 (17:18 -0800)]
Remove documentation for --lib-only (#7648)

The feature was removed in #7258.

2 years agoUpdate SimpleVC.java (#7647)
mudathirmahgoub [Wed, 17 Nov 2021 01:01:13 +0000 (19:01 -0600)]
Update SimpleVC.java (#7647)

Update SimpleVC.java with try with resource missed in previous PR

2 years agoTranslating API tests to Python — part 1 (#7597)
yoni206 [Tue, 16 Nov 2021 18:56:37 +0000 (20:56 +0200)]
Translating API tests to Python â€” part 1 (#7597)

This PR translates some of the API tests from here to Python. The other tests are translated in a private branch and will be added in a separate PR.

2 years agoFix compile errors with java examples (#7646)
mudathirmahgoub [Tue, 16 Nov 2021 18:13:19 +0000 (12:13 -0600)]
Fix compile errors with java examples (#7646)

Fix compile errors with java examples

2 years ago[proofs] Make sure --proof-check=... is no-op when not checking proofs (#7638)
Haniel Barbosa [Tue, 16 Nov 2021 17:51:25 +0000 (14:51 -0300)]
[proofs] Make sure --proof-check=... is no-op when not checking proofs (#7638)

Fixes cvc5/cvc5-projects#342

2 years agoRefactor `metakind` (#7639)
Andres Noetzli [Tue, 16 Nov 2021 15:59:04 +0000 (07:59 -0800)]
Refactor `metakind` (#7639)

This is a first attempt of refactoring our `metakind` definitions and
declarations. The commit removes unnecessary code that was being
generated, moves code from header to source files (primarily code that
was only relevant to the source file), and gets rid of some hacks
related to circular dependencies.

2 years agoapi: Rename BOUND_VAR_LIST to VARIABLE_LIST. (#7632)
Aina Niemetz [Mon, 15 Nov 2021 16:10:26 +0000 (08:10 -0800)]
api: Rename BOUND_VAR_LIST to VARIABLE_LIST. (#7632)

2 years ago[Strings] Minor refactor of eager solver (#7628)
Andres Noetzli [Mon, 15 Nov 2021 15:49:26 +0000 (07:49 -0800)]
[Strings] Minor refactor of eager solver (#7628)

This moves code that is not strictly related to the eager solver out of
the eager solver and into TheoryStrings. This is cleaner and makes it
easier to enable/disable the eager solver.

2 years agoAdd documentation for theory_bags_type_rules.h (#7642)
mudathirmahgoub [Mon, 15 Nov 2021 15:16:20 +0000 (09:16 -0600)]
Add documentation for theory_bags_type_rules.h (#7642)

This PR adds documentation for theory_bags_type_rules.h, and updates the type rule for rel.join_image to ensure tuple elements in the binary relation have the same sort.

2 years agoSkip `str.code` inferences for sequence eqcs (#7644)
Andres Noetzli [Sat, 13 Nov 2021 20:24:44 +0000 (12:24 -0800)]
Skip `str.code` inferences for sequence eqcs (#7644)

Fixes cvc5/cvc5-projects#340. Type checking
failed because cvc5 was trying to construct a term (str.to_code (seq.unit false)). We do not allow the construction of terms
(str.to_code t) where t is not of type string. This commit fixes the
issue by skipping sequence equivalence classes when doing inferences
related to str.to_code.

Note that the regression test is slightly different from the original
unit test. It asserts that the index passed to seq.nth is
non-negative, which ensures that we can check the resulting model. I
have checked that the modified regression test triggers the issue before
the change in this commit.

2 years agoFix type error for rewriting bag.map bag.union_disjoint (#7640)
mudathirmahgoub [Sat, 13 Nov 2021 19:33:34 +0000 (13:33 -0600)]
Fix type error for rewriting bag.map bag.union_disjoint (#7640)

Fix type error for rewriting bag.map bag.union_disjoint

2 years agoAdd operator set.map to theory of sets (#7641)
mudathirmahgoub [Sat, 13 Nov 2021 18:51:27 +0000 (12:51 -0600)]
Add operator set.map to theory of sets (#7641)

Towards supporting set.map operator in the sets solver.

2 years agobags: Rename kinds with a more consistent naming scheme (#7611)
mudathirmahgoub [Fri, 12 Nov 2021 21:33:16 +0000 (15:33 -0600)]
bags: Rename kinds with a more consistent naming scheme (#7611)

2 years ago[proofs] Cancel SYMM in CDProof, throw an error for cyclic proofs during double SYMM...
Andrew Reynolds [Fri, 12 Nov 2021 21:09:11 +0000 (15:09 -0600)]
[proofs] Cancel SYMM in CDProof, throw an error for cyclic proofs during double SYMM elimination (#7630)

This fixes the potential for cyclic proofs in CDProof when P and (SYMM P) are added as proofs to a CDProof with automatic managing of symmetry.

This manifested as non-termination on the seqArray branch with proofs enabled, instead, if this were to occur, we should throw an error, which is easy to catch.

2 years agoFix redundant definitions of `NodeValue::getConst` (#7636)
Andres Noetzli [Fri, 12 Nov 2021 16:25:01 +0000 (08:25 -0800)]
Fix redundant definitions of `NodeValue::getConst` (#7636)

If multiple kinds have the same payload, cvc5 is currently generating
multiple copies of NodeValue::getConst() with the same template
argument, which results in a redefinition of the same function. This
commit modifies the mkmetakind script to avoid emitting redundant
definitions of NodeValue::getConst().

2 years agoAdd some basic rewrites for regular expression intersection (#7629)
Andrew Reynolds [Fri, 12 Nov 2021 15:02:43 +0000 (09:02 -0600)]
Add some basic rewrites for regular expression intersection (#7629)

Adds some basic rewrites for re.inter and re.union involving children of the form (str.to_re c) for constants c.

This is towards addressing bottlenecks for Zelkova benchmarks.

2 years agoRemove `ConstantMap<Rational>` (#7635)
Andres Noetzli [Fri, 12 Nov 2021 14:14:49 +0000 (06:14 -0800)]
Remove `ConstantMap<Rational>` (#7635)

This is in preparation of having two different kinds (CONST_RATIONAL
and CONST_INT) share the same payload. To do so, we cannot rely on
ConstantMap<Rational> anymore to map the payload type to a kind. This
commit extends support in the mkmetakind script to deal with such
payloads by adding a + suffix to the type. The commit also does some
minor refactoring of NodeManager::mkConst() and
NodeManager::mkConstInternal() to support setting the kind explicitly.
Finally, the commit addresses all instances where mkConst<Rational>()
is used, including the API.

2 years agoVarious minor docs improvements (#7626)
Gereon Kremer [Fri, 12 Nov 2021 02:27:53 +0000 (18:27 -0800)]
Various minor docs improvements (#7626)

This PR does a number of minor improvements to the docs.

2 years agoAdd an API method to get the raw name of a term. (#7618)
Abdalrhman Mohamed [Thu, 11 Nov 2021 22:01:24 +0000 (16:01 -0600)]
Add an API method to get the raw name of a term. (#7618)

2 years agoGeneralize front-end checks to check for shadowed variables (#7634)
Andrew Reynolds [Thu, 11 Nov 2021 21:39:37 +0000 (15:39 -0600)]
Generalize front-end checks to check for shadowed variables (#7634)

When using the API, we currently check for free variables in assertions and in terms passed to get-value.

We also require checking for variable shadowing.

This generalizes the utility method so that both free variables and shadowed variables are checked and reported to the user.

2 years agoAdd lazy approach for handling lambdas in the HO extension (#7625)
Andrew Reynolds [Thu, 11 Nov 2021 19:41:14 +0000 (13:41 -0600)]
Add lazy approach for handling lambdas in the HO extension (#7625)

This adds a new option --uf-lazy-ll for not applying lambda lifting eagerly. This is motivated by HO operators in theory of bags, e.g. bag.map, which cannot answer "sat" for simple problems where lambdas are mapped to bags, due to the introduction of quantified formulas for eliminating lambdas.

It moves lambda lifting from term formula removal to a utility module within TheoryUF. If lazy lambda lifting is enabled, this module does not introduce quantified formulas for lambdas eagerly.

It adds 2 lemma schemas for reasoning about quantifier-free constraints with lambdas natively in TheoryUF. It extends the model construction in the HoExtension to assign lambdas in the case that an equivalence class contains a variable that is defined by a lambda.

2 years agoFixes for update/nth over constant sequences (#7631)
Andrew Reynolds [Thu, 11 Nov 2021 16:24:38 +0000 (10:24 -0600)]
Fixes for update/nth over constant sequences (#7631)

This includes fixes related to how we process seq.update / seq.nth applied to sequence constants.

2 years agoapi: Add Solver::mkRegexpAll(). (#7614)
Aina Niemetz [Wed, 10 Nov 2021 21:10:16 +0000 (13:10 -0800)]
api: Add Solver::mkRegexpAll(). (#7614)

2 years ago[proofs] Alethe: Translate of Arithmetic rules (#7613)
Lachnitt [Wed, 10 Nov 2021 12:54:09 +0000 (04:54 -0800)]
[proofs] Alethe: Translate of Arithmetic rules (#7613)

Implementation of the translation of MACRO_ARITH_SCALE_SUM_UB, INT_TIGHT_UB and INT_TIGHT_LB into the Alethe calculus.

Co-authored-by: Haniel Barbosa <hanielbbarbosa@gmail.com>
2 years ago[proofs] Alethe: Translate INSTANTIATE rule (#7607)
Lachnitt [Wed, 10 Nov 2021 12:16:55 +0000 (04:16 -0800)]
[proofs] Alethe: Translate INSTANTIATE rule  (#7607)

Implementation of the translation of INSTANTIATE rules into the Alethe calculus.

Co-authored-by: Haniel Barbosa <hanielbbarbosa@gmail.com>
2 years agodocs: Also create javadoc for generated Kind.java (#7624)
Mathias Preiner [Wed, 10 Nov 2021 03:42:31 +0000 (19:42 -0800)]
docs: Also create javadoc for generated Kind.java (#7624)

2 years agoFix soundness issue of missing premises for count bag lemmas (#7615)
mudathirmahgoub [Wed, 10 Nov 2021 02:31:49 +0000 (20:31 -0600)]
Fix soundness issue of missing premises for count bag lemmas (#7615)

This PR fixes soundness issues found by cvc5 fuzzy sygus when it answers unsat for sat problems.
The error is related to a previous fix which did not include the required antecedent in the two lemmas:

(=>  (= e x)
        (=
              (bag.count e (bag x c))
             (ite (>= c 1) c 0)))

and

(=>  (distinct x e))  (= (bag.count e (bag x c)) 0))

2 years agojava: Fix building cvc5.jar for cmake 3.16. (#7623)
Mathias Preiner [Wed, 10 Nov 2021 01:58:36 +0000 (17:58 -0800)]
java: Fix building cvc5.jar for cmake 3.16. (#7623)

Fixes #7579.

2 years agoFix parsing array constants (#7617)
Andrew Reynolds [Wed, 10 Nov 2021 01:13:22 +0000 (19:13 -0600)]
Fix parsing array constants (#7617)

This generalizes a fix for parsing array constants.

Fixes #7596.

2 years agosets: Rename set.intersection to set.inter. (#7622)
Aina Niemetz [Wed, 10 Nov 2021 00:36:33 +0000 (16:36 -0800)]
sets: Rename set.intersection to set.inter. (#7622)

This further renames kind SET_INTERSECTION to SET_INTER.

2 years agoReorganize test/unit/api directory. (#7612)
Aina Niemetz [Wed, 10 Nov 2021 00:08:29 +0000 (16:08 -0800)]
Reorganize test/unit/api directory. (#7612)

This moves .cpp files to directory test/unit/api/cpp and python files in
test/python/unit/api to test/unit/api/python.

2 years ago[proofs] Alethe: Translate Further Equality rules (#7606)
Lachnitt [Tue, 9 Nov 2021 22:37:35 +0000 (14:37 -0800)]
[proofs] Alethe: Translate Further Equality rules (#7606)

Implementation of the translation of FALSE_INTRO, FALSE_ELIM, TRUE_INTRO and TRUE_ELIM rules into the Alethe calculus.

Co-authored-by: Haniel Barbosa <hanielbbarbosa@gmail.com>
2 years ago[proofs] Alethe: Translate Equality rules (#7605)
Lachnitt [Tue, 9 Nov 2021 22:10:32 +0000 (14:10 -0800)]
[proofs] Alethe: Translate Equality rules (#7605)

Implementation of the translation of SYMM, TRANS and CONG rules into the Alethe calculus.

Co-authored-by: Haniel Barbosa <hanielbbarbosa@gmail.com>
2 years agoOnly eliminate lambdas in higher-order elimination if ho-elim is enabled (#7603)
Andrew Reynolds [Tue, 9 Nov 2021 21:40:36 +0000 (15:40 -0600)]
Only eliminate lambdas in higher-order elimination if ho-elim is enabled (#7603)

Required for lazy lambdas in HO.

Also properly guards the case when the preprocessing pass is a no-op.

2 years agoMinor optimizations for term database (#7600)
Andrew Reynolds [Tue, 9 Nov 2021 21:19:48 +0000 (15:19 -0600)]
Minor optimizations for term database (#7600)

A few minor optimizations for term database.

Also collects private/public blocks in quantifiers engine.

2 years agoClean up ctest configuration and CI test configuration. (#7620)
Aina Niemetz [Tue, 9 Nov 2021 20:21:08 +0000 (12:21 -0800)]
Clean up ctest configuration and CI test configuration. (#7620)

Previously, on CI, unit tests and api tests were run twice since we use
a ctest exclude rule based on labels (-LE) which includes unit and api
tests, but then run them separately again. This cleans up the CI test
configuration.

Further, unit gtest unit tests were added with gtest_add_tests, which
adds every test of a unit test binary as a single test target to ctest.
In theory, this may speed up testing (because more parallelism) but in
practice it slows it down due to the start up overhead. It also clutters
CI output. This cleans up the gtest configuration to add the gtest unit
tests per test binary rather then per test of a test binary.

2 years ago[proofs] Generalize trivial cycle detection in LazyCDProofChain (#7619)
Haniel Barbosa [Tue, 9 Nov 2021 19:35:38 +0000 (16:35 -0300)]
[proofs] Generalize trivial cycle detection in LazyCDProofChain (#7619)

Previously the trivial cycle check only covered the case in which the currently-being-expanded assumption `A` had as its stored proof node `pf` an assumption proof justifying itself. However, it can be the case that `pf` is not an assumption proof, but a proof that nevertheless has `A` as one of its free assumptions. This commit generalizes the trivial cycle check to account for this.

2 years ago[proofs] Alethe: Translate REORDERING rule (#7533)
Lachnitt [Tue, 9 Nov 2021 18:29:54 +0000 (10:29 -0800)]
[proofs] Alethe: Translate REORDERING rule (#7533)

Implementation of the translation of REORDERING rules into the Alethe calculus.

Co-authored-by: Haniel Barbosa <hanielbbarbosa@gmail.com>
2 years agosets: Update theory reference and smt2 examples. (#7602)
Aina Niemetz [Tue, 9 Nov 2021 18:07:11 +0000 (10:07 -0800)]
sets: Update theory reference and smt2 examples. (#7602)

2 years agoPreparation for non-constant lambda models (#7604)
Andrew Reynolds [Tue, 9 Nov 2021 17:17:22 +0000 (11:17 -0600)]
Preparation for non-constant lambda models (#7604)

This makes our core model construction amenable to (non-constant) lambdas as assignments to function equivalence classes for higher-order.

We currently only generate almost constant functions for values of functions. After this PR, we allow explicitly provided lambdas as representatives provided by a theory, which will be used by the higher-order extension.

It also makes some improvements to debug check models regarding checking when representatives are equal to their model values.

2 years agoMake secant points user context dependent (#7567)
Gereon Kremer [Tue, 9 Nov 2021 16:34:31 +0000 (08:34 -0800)]
Make secant points user context dependent (#7567)

This PR fixes an issue where the secant points associated with certain transcendental lemmas were not properly cleared when leaving a user context.
Closes #4694.

2 years agoRemove redundant rules for generating Java and Python kinds. (#7616)
Abdalrhman Mohamed [Tue, 9 Nov 2021 16:15:23 +0000 (10:15 -0600)]
Remove redundant rules for generating Java and Python kinds. (#7616)

This PR addresses an issue where the Ninja build generator errors when either Java or Python bindings are enabled. As shown in the error message below, the error occurs because the build.ninja file generated by CMake contains multiple rules for generating OUTPUT and BYPRODUCTS files.

2 years agoAdd LFSC signature for strings (#7523)
Andrew Reynolds [Tue, 9 Nov 2021 15:58:30 +0000 (09:58 -0600)]
Add LFSC signature for strings (#7523)

This includes the currently supported rules and cases, although it is highly incomplete.

2 years agoregex: Rename REGEXP_EMPTY and REGEXP_SIGMA to match SMT-LIB. (#7609)
Aina Niemetz [Tue, 9 Nov 2021 02:51:58 +0000 (18:51 -0800)]
regex: Rename REGEXP_EMPTY and REGEXP_SIGMA to match SMT-LIB. (#7609)

This renames kinds REGEXP_EMPTY to REGEXP_NONE and REGEXP_SIGMA to
REGEXP_ALLCHAR to match their SMT-LIB representation (re.none,
re.allchar). It further renames api::Solver::mkRegexpEmpty() to
mkRegexpNone and api::Solver::mkRegexpSigma to mkRegexpAllchar.

2 years agoRemove `CVC5Message` (#7610)
Gereon Kremer [Tue, 9 Nov 2021 01:55:09 +0000 (17:55 -0800)]
Remove `CVC5Message` (#7610)

This PR removes the few remaining usages of the CVC5Message() and gets rid of the whole thing.

2 years agoRemove antlr_tracing.h (#7608)
Gereon Kremer [Tue, 9 Nov 2021 01:19:42 +0000 (17:19 -0800)]
Remove antlr_tracing.h (#7608)

This PR removes the long obsolete antlr_tracing.h. The file contains an ugly hack to make lexer tracing work for ANTLR 3.2. It has been obsolete since ANTLR 3.3 (April 2011). Note that the code is only enabled with -DCVC5_TRACE_ANTLR, a flag that is never used.

2 years agoRemove more static option accesses (#7582)
Gereon Kremer [Tue, 9 Nov 2021 01:00:35 +0000 (17:00 -0800)]
Remove more static option accesses (#7582)

This PR removes more than half of the remaining static option accesses options::foo() from the theory solvers.

2 years agoRemove command-verbosity option (#7581)
Gereon Kremer [Tue, 9 Nov 2021 00:17:58 +0000 (16:17 -0800)]
Remove command-verbosity option (#7581)

This PR removes the command-verbosity option. It is implemented as a weird special case, and nobody seems to use it anyway.

2 years agocmake: Use fastcov for generating coverage reports. (#7594)
Mathias Preiner [Tue, 9 Nov 2021 00:01:18 +0000 (16:01 -0800)]
cmake: Use fastcov for generating coverage reports. (#7594)

fastcov is a parallelized gcov wrapper.

2 years agoImprove rendering of expert options. (#7589)
Gereon Kremer [Mon, 8 Nov 2021 23:37:10 +0000 (15:37 -0800)]
Improve rendering of expert options. (#7589)

The way expert-only options have been rendered in the documentation emphasized those options, which is exactly what should not be done. This PR changes the rendering to make those options slightly opaque instead.

2 years agoexpand bag.choose operator (#7481)
mudathirmahgoub [Mon, 8 Nov 2021 23:13:27 +0000 (17:13 -0600)]
expand bag.choose operator (#7481)

This PR expands bag.choose operator as a preprocessing step.
It also refactors the implementation of choose operator for sets