class skquery.strategy.QueryStrategy[source]

Base object inherited by implementations of active query strategies in the library.

csts_to_file(constraints, filename='constraints')[source]

Write the contents of a constraint dictionary into a text file.

Parameters

constraintsdict of list

Constraints to write.

filenamestring, default=”constraints”

Name of the output file.