.coverage
.gitignore
.gitlab-ci.yml
CHANGELOG.md
CONTRIBUTING.md
LICENSE.md
Makefile
README.md
coverage.xml
nosetests.xml
requirements.txt
setup.py
sonar-project.properties
.idea/saveactions_settings.xml
.idea/vcs.xml
.idea/codeStyles/codeStyleConfig.xml
.idea/copyright/EN_CRIL_SCALPEL.xml
.idea/copyright/EN_CRIL_STUDIO.xml
.idea/copyright/EN_CRIL_STUDIO_WEB.xml
.idea/copyright/EN_CRIL_Wallet.xml
.idea/copyright/profiles_settings.xml
.idea/inspectionProfiles/ENCRILCustomStyle.xml
.idea/inspectionProfiles/ENCRILCustomeStyle.xml
.idea/inspectionProfiles/profiles_settings.xml
.idea/scopes/cli.xml
.idea/scopes/scalpel.xml
.idea/scopes/wallet.xml
.idea/scopes/web.xml
crillab_metrics.egg-info/PKG-INFO
crillab_metrics.egg-info/SOURCES.txt
crillab_metrics.egg-info/dependency_links.txt
crillab_metrics.egg-info/not-zip-safe
crillab_metrics.egg-info/top_level.txt
data/sat2019.csv
data/xcsp17.csv
data/xcsp17.json
data/config/parser/parser-config.yml
data/config/plot/cactus-example.yml
data/config/scalpel/example.yml
data/config/scalpel/sat2019.yml
example/sat-competition/analysis.ipynb
example/sat-competition/box.png
example/sat-competition/cactus_best.png
example/sat-competition/cactus_full.png
example/sat-competition/results.csv
example/sat-competition/sat2019.yml
example/sat-competition/scatter.png
example/sat-competition/.ipynb_checkpoints/analysis-checkpoint.ipynb
metrics/__init__.py
metrics/core/__init__.py
metrics/core/model.py
metrics/core/tripod_reader.py
metrics/core/builder/__init__.py
metrics/core/builder/attribute_manager.py
metrics/core/builder/builder.py
metrics/core/builder/typing_strategy.py
metrics/scalpel/__init__.py
metrics/scalpel/config.py
metrics/scalpel/format.py
metrics/scalpel/inputset.py
metrics/scalpel/listener.py
metrics/scalpel/parser.py
metrics/scalpel/pattern.py
metrics/wallet/__init__.py
metrics/wallet/dataframe/__init__.py
metrics/wallet/dataframe/builder.py
metrics/wallet/dataframe/dataframe.py
metrics/wallet/figure/__init__.py
metrics/wallet/figure/abstract_figure.py
metrics/wallet/figure/dynamic_figure.py
metrics/wallet/figure/static_figure.py
tests/test_core/json_reader.py
tests/test_core/test_campaign.py
tests/test_core/test_global.py
tests/test_core/test_typing.py
tests/test_scalpel/test_listener.py
tests/test_scalpel/test_pattern.py
tests/test_wallet/test_dataframe.py
tests/test_wallet/test_figure.py