SIANXKE-473: implement solver that directly uses the Gurobi API #13
Annotations
10 warnings
|
src/Anexia.MathematicalProgram/Solve/IlpSolver.cs#L34
All 'Solve' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
|
src/Anexia.MathematicalProgram/Solve/IlpCbcSolver.cs#L17
Do not forget to remove this deprecated code someday. (https://rules.sonarsource.com/csharp/RSPEC-1133)
|
|
src/Anexia.MathematicalProgram/Solve/IlpSolver.cs#L176
'IlpSolverType.CbcIntegerProgramming' is obsolete: 'CBC Solver should not be used anymore, switch to SCIP instead.'
|
|
src/Anexia.MathematicalProgram/Result/SolutionValues.cs#L55
Parameter 'value' must have a non-null value when exiting with 'true'.
|
|
src/Anexia.MathematicalProgram/Solve/IlpSolver.cs#L44
'IlpCbcSolver' is obsolete: 'CBC Solver is not supported anymore, please switch to other Solvers.'
|
|
src/Anexia.MathematicalProgram/Solve/IlpSolver.cs#L43
'IlpSolverType.CbcIntegerProgramming' is obsolete: 'CBC Solver should not be used anymore, switch to SCIP instead.'
|
|
src/Anexia.MathematicalProgram/Solve/SolverFactory.cs#L28
'IlpCbcSolver' is obsolete: 'CBC Solver is not supported anymore, please switch to other Solvers.'
|
|
src/Anexia.MathematicalProgram/Solve/SolverFactory.cs#L28
'IlpSolverType.CbcIntegerProgramming' is obsolete: 'CBC Solver should not be used anymore, switch to SCIP instead.'
|
|
src/Anexia.MathematicalProgram/SolverConfiguration/SolverParameter.cs#L37
'IlpSolverType.CbcIntegerProgramming' is obsolete: 'CBC Solver should not be used anymore, switch to SCIP instead.'
|
|
src/Anexia.MathematicalProgram/SolverConfiguration/SolverParameter.cs#L36
'IlpSolverType.CbcIntegerProgramming' is obsolete: 'CBC Solver should not be used anymore, switch to SCIP instead.'
|
The logs for this run have expired and are no longer available.
Loading