aboutsummaryrefslogtreecommitdiff
path: root/src/Util/SideConditions/Autosolve.v
Commit message (Collapse)AuthorAge
* Add support for custom intro tactic in ring pkg, for speedGravatar Jason Gross2017-11-17
|
* Add ModInv autosolverGravatar Jason Gross2017-11-16
|
* Add autosolve admit packageGravatar Jason Gross2017-11-12
|
* More modularity in autosolveGravatar Jason Gross2017-11-10
|
* Separate case for handling option matches in autosolveGravatar Jason Gross2017-11-10
|
* Add cbn [val] in autosolveGravatar Jason Gross2017-11-10
|
* Better way (hopefully) of projecting relation from evar packageGravatar Jason Gross2017-11-07
|
* Add notation for optional_evar_rel_packageGravatar Jason Gross2017-11-07
|
* Add support for autosolve packages with optionsGravatar Jason Gross2017-11-07
| | | | | | Following a suggestion from Adam to give default values for the options, which I do here by pushing the convoy pattern very deep into the structure of the automation, and hiding it there.
* Allow pre-unfolding of autosolve thingsGravatar Jason Gross2017-11-07
|
* Factor packages through evar_Prop_package, raw_evar_packageGravatar Jason Gross2017-11-07
|
* A bit more reorganization of autosolveGravatar Jason Gross2017-11-07
| | | | This lets other files import evar_package without having to be rebuilt every time a new package alias is added to Autosolve
* Move SideConditionFrameworkGravatar Jason Gross2017-11-07