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

commonMain.it.unibo.tuprolog.solve.Time.kt Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
@file:JvmName("Time")

package it.unibo.tuprolog.solve

import kotlin.jvm.JvmName

/** This type represents how the solver will see time instants */
typealias TimeInstant = Long

/** This type represents how the solver will see time duration */
typealias TimeDuration = Long

/** A function returning current Time instant */
expect fun currentTimeInstant(): TimeInstant




© 2015 - 2025 Weber Informatics LLC | Privacy Policy