SIANXKE-473: implement solver that directly uses the Gurobi API - #21
Merged
MLackenbucher merged 2 commits intoJul 14, 2026
Annotations
1 error and 20 warnings
|
Test
Process completed with exit code 1.
|
|
Test:
src/Anexia.MathematicalProgram/SolverConfiguration/ILPSolverType.cs#L21
Do not forget to remove this deprecated code someday. (https://rules.sonarsource.com/csharp/RSPEC-1133)
|
|
Test:
src/Anexia.MathematicalProgram/Solve/IlpSolver.cs#L198
'IlpSolverType.CbcIntegerProgramming' is obsolete: 'CBC Solver should not be used anymore, switch to SCIP instead.'
|
|
Test:
src/Anexia.MathematicalProgram/Solve/IlpSolver.cs#L52
Possible null reference argument for parameter 'logger' in 'void LoggerExtensions.LogInformation(ILogger logger, string? message, params object?[] args)'.
|
|
Test:
src/Anexia.MathematicalProgram/Solve/IlpSolver.cs#L66
'IlpCbcSolver' is obsolete: 'CBC Solver is not supported anymore, please switch to other Solvers.'
|
|
Test:
src/Anexia.MathematicalProgram/Solve/IlpSolver.cs#L65
'IlpSolverType.CbcIntegerProgramming' is obsolete: 'CBC Solver should not be used anymore, switch to SCIP instead.'
|
|
Test:
src/Anexia.MathematicalProgram/Solve/SolverFactory.cs#L28
'IlpCbcSolver' is obsolete: 'CBC Solver is not supported anymore, please switch to other Solvers.'
|
|
Test:
src/Anexia.MathematicalProgram/Solve/SolverFactory.cs#L28
'IlpSolverType.CbcIntegerProgramming' is obsolete: 'CBC Solver should not be used anymore, switch to SCIP instead.'
|
|
Test:
src/Anexia.MathematicalProgram/SolverConfiguration/SolverParameter.cs#L37
'IlpSolverType.CbcIntegerProgramming' is obsolete: 'CBC Solver should not be used anymore, switch to SCIP instead.'
|
|
Test:
src/Anexia.MathematicalProgram/SolverConfiguration/SolverParameter.cs#L36
'IlpSolverType.CbcIntegerProgramming' is obsolete: 'CBC Solver should not be used anymore, switch to SCIP instead.'
|
|
Test:
src/Anexia.MathematicalProgram/Result/SolutionValues.cs#L55
Parameter 'value' must have a non-null value when exiting with 'true'.
|
|
Build:
src/Anexia.MathematicalProgram/Solve/IlpCbcSolver.cs#L17
Do not forget to remove this deprecated code someday. (https://rules.sonarsource.com/csharp/RSPEC-1133)
|
|
Build:
src/Anexia.MathematicalProgram/Solve/IlpSolver.cs#L198
'IlpSolverType.CbcIntegerProgramming' is obsolete: 'CBC Solver should not be used anymore, switch to SCIP instead.'
|
|
Build:
src/Anexia.MathematicalProgram/Solve/IlpSolver.cs#L52
Possible null reference argument for parameter 'logger' in 'void LoggerExtensions.LogInformation(ILogger logger, string? message, params object?[] args)'.
|
|
Build:
src/Anexia.MathematicalProgram/Solve/IlpSolver.cs#L66
'IlpCbcSolver' is obsolete: 'CBC Solver is not supported anymore, please switch to other Solvers.'
|
|
Build:
src/Anexia.MathematicalProgram/Solve/IlpSolver.cs#L65
'IlpSolverType.CbcIntegerProgramming' is obsolete: 'CBC Solver should not be used anymore, switch to SCIP instead.'
|
|
Build:
src/Anexia.MathematicalProgram/Solve/SolverFactory.cs#L28
'IlpCbcSolver' is obsolete: 'CBC Solver is not supported anymore, please switch to other Solvers.'
|
|
Build:
src/Anexia.MathematicalProgram/Solve/SolverFactory.cs#L28
'IlpSolverType.CbcIntegerProgramming' is obsolete: 'CBC Solver should not be used anymore, switch to SCIP instead.'
|
|
Build:
src/Anexia.MathematicalProgram/Result/SolutionValues.cs#L55
Parameter 'value' must have a non-null value when exiting with 'true'.
|
|
Build:
src/Anexia.MathematicalProgram/SolverConfiguration/SolverParameter.cs#L37
'IlpSolverType.CbcIntegerProgramming' is obsolete: 'CBC Solver should not be used anymore, switch to SCIP instead.'
|
|
Build:
src/Anexia.MathematicalProgram/SolverConfiguration/SolverParameter.cs#L36
'IlpSolverType.CbcIntegerProgramming' is obsolete: 'CBC Solver should not be used anymore, switch to SCIP instead.'
|
background
wait
wait-all
cancel
parallel
Loading