去掉obi,使用自写绳索
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
namespace Obi
|
||||
{
|
||||
public class NullBackend : IObiBackend
|
||||
{
|
||||
#region Solver
|
||||
public ISolverImpl CreateSolver(ObiSolver solver, int capacity)
|
||||
{
|
||||
return new NullSolverImpl();
|
||||
}
|
||||
public void DestroySolver(ISolverImpl solver)
|
||||
{
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user