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

us.ihmc.convexOptimization.linearProgram.SolverMethod Maven / Gradle / Ivy

There is a newer version: 0.17.22
Show newest version
package us.ihmc.convexOptimization.linearProgram;

public enum SolverMethod
{
   /* Faster solve method. Is more prone to edge cases */
   SIMPLEX,

   /* Slower but more robust method */
   CRISS_CROSS
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy