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

implex-lp-solver.js.0.0.1.source-code.LpSolverStatePrinterFormatter.kt Maven / Gradle / Ivy

Go to download

Linear programming solver in Common Kotlin, use on JVM and in browser.

The newest version!
package net.ldvsoft.simplex_lp_solver

internal actual object LpSolverStatePrinterFormatter {
    actual fun format(format: String, vararg args: Any): String = sprintf(format, args)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy