Skip to content

Add Clingo threading support #35

Description

@sahil1105

Add an option to run clingo operations using multiple threads using the -t flag.
e.g.

clingo -n0 foo.pl -t8

would run clingo on foo.pl with 8 threads, potentially speeding up the computation significantly.
Would go in the run_clingo(..) function most likely. Will also need to add this flag to the NB-extension.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions