Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
inox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LARA
inox
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
ecaa1978ff7d335729e59bf516e8c81ef19ce1e0
Select Git revision
Branches
11
add-blocker-graph-debug
add-map-equal-value-keys
dotty-compat
fix-stainless-1135
github/fork/SolalPirelli/sp/minimizer
github/fork/jad-hamza/replaceFromSymbols-positions
github/fork/mario-bucev/more-instantiation
main
default
refactor-parser
scala-2.12.13
scala-2.13
Tags
5
v1.1.5
v1.1.0
v1.0.2
v1.0.1
v1.0
16 results
Begin with the selected commit
Created with Raphaël 2.2.0
1
Jun
31
May
27
26
25
24
23
20
19
18
17
12
11
10
9
7
6
4
3
2
1
29
Apr
28
27
26
25
22
21
20
19
18
16
15
14
13
12
11
10
9
8
7
6
5
4
1
31
Mar
29
28
27
24
23
22
21
20
17
16
15
14
11
9
8
7
6
5
4
2
1
29
Feb
28
26
25
24
23
22
15
create library array
Merge pull request #217 from MikaelMayer/reccoverage
Removed rec coverage tests since they are not up to date anymore.
Removed useless code.
Added simplification of letdefs when returning results.
New identifiers in ScopeSimplifier do not use uniqueId if already unique.
Only one constant should be found (StringRender)
When refering to itself, can use the functions for examples.
Merge pull request #216 from ptrcarta/patch-1
documetation bug about the type of body expression
Fixed missed horizontal markovizations.
Added test to make sure horizontal markovization works alone.
Fixed the abstract test which failed in the presence of other pretty-printers.
Constant pattern matching alltogether + test
Added the possibility to reuse existing printing functions.
Added the possibility to augment RHS of non-terminals with terminals, to the condition they should be placed on the left.
Completely rewrote abstract vertical markovization so that it follows a clear algorithm.
Making abstract synthesis to work again !
Fixed Bug AbstractEvaluator: Evaluate CaseClassSelector on left-hand side.
A.holds.because(B) = A.holds(because(B)) = A.holds(B)
Added proof after holds
Added forgotten pretty printers
Simplified how detupling creates non-terminals and how to rebuild them.
Fixed case class synthesis and out of order synthesis.
Fixed a bug when updating grammars.
Adding a tag to non-terminals for synthesis.grammars
Added pattern coverage with test suite.
Added markovize_abstract_vertical_filtered
Added the possibility to markovize on demand.
Refactored FunDefTemplateGenerator to be an object.
Final testing for rec-coverage (double check at the end)
Added the handling of functions for input coverage.
Added recursive example for rec-coverage
Identifiable values out of an expected type.
Rec-coverage can handle any permutations,
Added rec-coverage and started the algorithm.
Fixed compilation issues.
Integrated the latest scalaz3 changes.
Fixed scalaz3 for windows version.
Import the latest changes to branch markovization
Loading