Modify the smt2 parser to use the Sygus grammar. (#4829)
[cvc5.git] / src / parser /
2020-08-04 Abdalrhman MohamedModify the smt2 parser to use the Sygus grammar. (...
2020-08-04 Andrew ReynoldsAdd API interface for specialized constructor term...
2020-08-03 Andrew ReynoldsUpdate datatypes in cvc parser to the new API (#4826)
2020-07-28 yoni206Supporting seq.nth (#4723)
2020-07-14 Andrew ReynoldsRemove sygus print callback (#4727)
2020-07-14 Andrew ReynoldsDebug instantiations output (#4739)
2020-07-13 Andrew ReynoldsStatistics on instantiations per quantified formula...
2020-07-13 Andrew ReynoldsAdd support for string/sequence update (#4725)
2020-07-10 Andrew ReynoldsFront end support for integer AND (#4717)
2020-07-07 Andrew ReynoldsTransfer ownership of internal Options from NodeManager...
2020-07-06 Andrew ReynoldsFront end support for sequences (#4690)
2020-06-30 Ying ShengInterpolation step 1 (#4638)
2020-06-25 Andrew ReynoldsRemove sygus1 parser (#4651)
2020-06-23 Mathias PreinerAdd support for eqrange predicate (#4562)
2020-06-19 Andres NoetzliAdd logic check for define-fun(s)-rec (#4577)
2020-06-16 Aina NiemetzUpdate copyright headers.
2020-06-10 Andres NoetzliAdd support for str.replace_re/str.replace_re_all ...
2020-06-06 Andres NoetzliKeep definitions when global-declarations enabled ...
2020-06-06 Andrew ReynoldsSmt2 parsing support for nested recursive datatypes...
2020-06-05 makaimannAdd a method for retrieving base of a constant array...
2020-06-04 Aina NiemetzNew C++ Api: First batch of API guards. (#4557)
2020-06-03 Andrew ReynoldsDo not apply unconstrained simplification when quantifi...
2020-06-02 Aina NiemetzNew C++ API: Keep reference to solver object in non...
2020-06-01 Andres NoetzliDo not parse ->/lambda unless --uf-ho enabled (#4544)
2020-05-22 Andrew ReynoldsUpdate string kind names in new API (#4509)
2020-05-19 mudathirmahgoubRenamed operator CHOICE to WITNESS (#4207)
2020-05-19 Andrew ReynoldsUpdate enum and option names for sygus languages (...
2020-04-28 Andrew ReynoldsSupport the SMT-LIB Unicode string standard by default...
2020-04-13 Andrew ReynoldsFix SyGuS define-fun printing from benchmarks coming...
2020-04-08 mudathirmahgoubAdded CHOOSE operator for sets (#4211)
2020-04-04 Aina NiemetzNew C++ API: Remove Op::getSort(). (#4208)
2020-04-01 Andrew ReynoldsSupport char smt-lib syntax (#4188)
2020-03-31 Andrew ReynoldsRemove replay and use-theory options and idl (#4186)
2020-03-30 Andrew ReynoldsSupport indexed operators re.loop and re.^ (#4167)
2020-03-30 Andrew ReynoldsFix arguments to print callback (#4171)
2020-03-30 mudathirmahgoubFrontend support for the choice operator (#4175)
2020-03-28 Abdalrhman MohamedChange is-cons to (_ is cons) in Sygus benchmarks....
2020-03-28 Abdalrhman MohamedStop printing datatype declaration for Sygus V1 grammar...
2020-03-27 Andrew ReynoldsSupport unicode internal representation and escape...
2020-03-22 Abdalrhman MohamedConvert V1 Sygus files to V2. (#4136)
2020-03-20 Andrew ReynoldsParse error for SyGuS version 1.0 vs 2.0 (#4057)
2020-03-19 Andres NoetzliOnly allow bv2nat/int2bv with BV and integer logic...
2020-03-12 Andrew ReynoldsConvert most instances of dataypes in parsers to the...
2020-03-11 Andrew ReynoldsFix non-parametrized operators in subgoal generation...
2020-03-09 Andrew ReynoldsClean up more uses of ExprManager in parsers (#3932)
2020-03-06 Andrew ReynoldsSimplify DatatypeDeclarationCommand command (#3928)
2020-03-06 Andrew ReynoldsRemove tester name from APIs (#3929)
2020-03-06 Andrew ReynoldsMake sygus datatype building independent of parser...
2020-03-05 Andrew ReynoldsMigrate a majority of the functionality in parsers...
2020-03-05 Mathias PreinerEnable -Wshadow and fix warnings. (#3909)
2020-02-29 Andres NoetzliAdd support for str.from_code (#3829)
2020-02-27 Andrew ReynoldsRefactor operator applications in the parser (#3831)
2020-02-27 Haniel BarbosaChanging TPTP parser to accomodate new API (#3837)
2020-02-27 Andrew ReynoldsUpdate purifySygusGTerm to the new API (#3830)
2020-02-27 Andrew ReynoldsAdd support for is_digit and regular expression differe...
2020-02-27 Andrew ReynoldsMove fix for vacuous sygus types out of the parser...
2020-02-26 Andrew ReynoldsMore fixes for printing sygus commands (#3812)
2020-02-26 Andrew ReynoldsBasic support for regular expression complement (#3437)
2020-02-26 Andrew ReynoldsRefactor type ascriptions in the parser (#3825)
2020-02-26 Andrew ReynoldsMinor improvement to ParseOp (#3808)
2020-02-26 Andrew ReynoldsMinor cleaning of smt2 parser (#3823)
2020-02-26 Andrew ReynoldsEmbed mkAssociative utilities within the API. (#3801)
2020-02-24 Andrew ReynoldsConvert parser input interface to api::Term (#3809)
2020-02-24 Abdalrhman MohamedFix bugs related to printing Sygus commands (#3804)
2020-02-21 Andrew ReynoldsSimple changes towards unicode string standard (#3791)
2020-02-20 Andrew ReynoldsRemove front-end support for Chain (#3767)
2020-02-20 Andres NoetzliRemove parser from bindings (#3779)
2020-02-20 Mathias Preinerresource manager: Add statistic for every resource...
2020-02-17 Haniel BarbosaUsing ParseOp in TPTP (#3764)
2020-02-17 Abdalrhman MohamedSupport dumping Sygus commands. (#3763)
2020-02-14 Andrew ReynoldsRemove quantifiers rewrite rules infrastructure (#3754)
2020-02-14 Andrew ReynoldsUpdate sygus v1 parser to use ParseOp utility (#3756)
2020-01-07 Andrew ReynoldsFix unary minus parse check (#3594)
2019-12-23 Andrew ReynoldsInitial support for string reverse (#3581)
2019-12-17 Andrew ReynoldsFix spurious parse error for rational real array consta...
2019-12-13 Andrew ReynoldsAdd support for set comprehension (#3312)
2019-12-10 Haniel BarbosaFix ufho issues (#3551)
2019-12-06 Andrew ReynoldsAdd ExprManager as argument to Datatype (#3535)
2019-12-02 makaimannOpTerm Refactor: Allow retrieving OpTerm used to create...
2019-11-30 Haniel Barbosaimproving parsing error messages related to HOL (#3510)
2019-11-29 Andrew ReynoldsCheck free variables in assertions when using SyGuS...
2019-11-25 Andrew ReynoldsBetter front-end type checking for SyGuS (#3496)
2019-11-18 Andres NoetzliUse -Wimplicit-fallthrough (#3464)
2019-11-15 Andrew ReynoldsFix wrong kind in sygus version 1 parser (#3463)
2019-11-13 Andres NoetzliAllow (set-logic ...) after (reset) (#3457)
2019-11-04 Andrew ReynoldsAvoid non-well-founded sygus grammars (#3434)
2019-10-27 Andres NoetzliFix global-declarations support (#3403)
2019-10-11 Andrew ReynoldsCheck that logic is set when synth-fun command is encou...
2019-10-11 Aina NiemetzMake order of theories explicit in the source code...
2019-10-09 Andres NoetzliAvoid printing success for `--force-logic` (#3363)
2019-10-08 Andres Noetzli[CVC Parser] Add support for regular expressions (...
2019-10-08 Andres Noetzli[SMT2 Parser] Move code of `rewriterulesCommand` (...
2019-10-03 Andres Noetzli[SMT2 Parser] Move code of `sygusCommand` (#3335)
2019-09-30 Andrew ReynoldsAvoid cases of empty sygus grammars (#3301)
2019-09-28 Andrew ReynoldsSupport smt2 language "match" term (#3258)
2019-09-25 Andrew ReynoldsAdd isParameterized function to Expr (#3303)
2019-09-25 Mathias PreinerUse separate CMake project for CVC4 examples. (#3196)
2019-09-16 Aina Niemetzparser: Improve error message for unrecognized input...
2019-09-13 Andrew ReynoldsDisallow let in sygus grammars, check for free variable...
2019-09-06 Mathias PreinerRemove parsing/printing of meta-info command. (#3260)
next