All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.aiddl.common.scala.reasoning.resource.ResourceTerm.scala Maven / Gradle / Ivy

Go to download

Provides common types and algorithm implementations for the fast prototyping integrative AI systems with the AIDDL framework.

The newest version!
package org.aiddl.common.scala.reasoning.resource

import org.aiddl.core.scala.representation.Sym

object ResourceTerm {
  val Constraints = Sym("constraints")
  val Capacity = Sym("capacity")
  val Usage = Sym("usage")
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy