SIANXKE-473: implement solver that directly uses the Gurobi API - #13
Open
MLackenbucher wants to merge 5 commits into
Open
SIANXKE-473: implement solver that directly uses the Gurobi API#13MLackenbucher wants to merge 5 commits into
MLackenbucher wants to merge 5 commits into
Annotations
21 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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#L178
'IlpSolverType.CbcIntegerProgramming' is obsolete: 'CBC Solver should not be used anymore, switch to SCIP instead.'
|
|
Test:
src/Anexia.MathematicalProgram/Solve/IlpSolver.cs#L50
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#L64
'IlpCbcSolver' is obsolete: 'CBC Solver is not supported anymore, please switch to other Solvers.'
|
|
Test:
src/Anexia.MathematicalProgram/Solve/IlpSolver.cs#L63
'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/Result/SolutionValues.cs#L55
Parameter 'value' must have a non-null value when exiting with 'true'.
|
|
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.'
|
|
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#L178
'IlpSolverType.CbcIntegerProgramming' is obsolete: 'CBC Solver should not be used anymore, switch to SCIP instead.'
|
|
Build:
src/Anexia.MathematicalProgram/Solve/IlpSolver.cs#L50
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#L64
'IlpCbcSolver' is obsolete: 'CBC Solver is not supported anymore, please switch to other Solvers.'
|
|
Build:
src/Anexia.MathematicalProgram/Solve/IlpSolver.cs#L63
'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