h

hasco-core

HASCO is a framework for reducing configuration tasks (e.g. software system configuration or algorithm configuration) into an HTN planning problem. This can then in turn be reduced to a graph search problem that can be solved by any kind of standard graph search algorithm, e.g., breadth-first-search.
https://libs.ai
GPLv3
Felix Mohr Marcel Wever Alexander Tornede
Files download
File Operation
hasco-core-0.2.7.jar download
hasco-core-0.2.7.pom download
hasco-core-0.2.7-sources.jar download
Apache Maven
<dependency>
  <groupId>ai.libs</groupId>
  <artifactId>hasco-core</artifactId>
  <version>0.2.7</version>
</dependency>
Gradle Groovy
implementation 'ai.libs:hasco-core:0.2.7'
Gradle Kotlin
implementation("ai.libs:hasco-core:0.2.7")
Scala SBT
libraryDependencies += "ai.libs" % "hasco-core" % "0.2.7"
Groovy Grape
@Grapes(
  @Grab(group='ai.libs', module='hasco-core', version='0.2.7')
)
Apache Ivy
<dependency org="ai.libs" name="hasco-core" rev="0.2.7" />
Leiningen
[ai.libs/hasco-core "0.2.7"]
Apache Buildr
'ai.libs:hasco-core:jar:0.2.7'