UST-QuAntiL / nisq-analyzer

Analyzing implementations and finding suitable quantum computers dependent on the input data.
Apache License 2.0
6 stars 5 forks source link

Add regex library for PROLOG #21

Closed salmma closed 3 years ago

salmma commented 3 years ago

NISQ Analyzer has to support a regex library for the implementation selection rules.

Acceptance Criteria:

  1. Add "pack_install(regex)" to Dockerfile
  2. Add ":- use_module(library(regex))." to each generated .pl file

See: https://www.swi-prolog.org/pack/list?p=regex