You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

alaspo

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alaspo

ALASPO: ASP + Large-Neighborhood Search

0.2.6
PyPI
Maintainers
2

ALASPO

An (adaptive) LNS framework for the for ASP systems. Currently, the system only supports solvers based on clingo.

Installation

It should work out-of-the-box in a conda env after running the following commands:

conda create -n alaspo python=3.9
conda activate alaspo
conda install -c potassco clingo clingo-dl clingcon
python -m pip install alaspo

The command-line options of the problem-independent LNS can be shown as follows:

alaspo -h

Examples for portfolio config files can be found in the git repository.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts