Package jline.solvers.ln
Interface SolverFactory
-
- All Implemented Interfaces:
public interface SolverFactory
-
-
Method Summary
Modifier and Type Method Description abstract NetworkSolver
at(Network model)
-
-
Method Detail
-
at
abstract NetworkSolver at(Network model)
-
-
-
-