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

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

The newest version!
package net.ldvsoft.simplex_lp_solver

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy