Package | Description |
---|---|
vona.math |
Vona's utils: math stuff.
|
Modifier and Type | Field and Description |
---|---|
PDLS.SolveStatus |
PDLS.lastSolveStatus
status from the most recent call to
PDLS.solve() , or null if none |
Modifier and Type | Method and Description |
---|---|
PDLS.SolveStatus |
PDLS.solve()
The main solve loop.
|
static PDLS.SolveStatus |
PDLS.SolveStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PDLS.SolveStatus[] |
PDLS.SolveStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|