This is the code repository of abductive learning Package.
To learn how to use it, please refer to - document.
Case a: If you develop and run abl directly, install it from source:
git clone https://github.com/AbductiveLearning/ABL-Package.git
cd ABL-Package
pip install -v -e .
# "-v" means verbose, or more output
# "-e" means installing a project in editable mode,
# thus any local modifications made to the code will take effect without reinstallation.
Case b (TO DO): If you use abl as a dependency or third-party package, install it with pip:
pip install abl
Case c (for test): If you use abl as a dependency or third-party package, install it with pip:
pip install -i https://test.pypi.org/simple/ abl
They can only be used for academic purpose. For other purposes, please contact with LAMDA Group(www.lamda.nju.edu.cn).