This page displays the results of the different solvers for each benchmark for category optimisation, big integers, linear constraints (OPT-BIGINT-LIN), subcategory Handmade, subsubcategory Course Assignment
REMINDER
Keep in mind that the 'Best result' columns only provide the best result given by one of the solvers. This 'Best result' may be wrong in case of an UNSATISFIABLE or OPTIMUM FOUND answer (because there's no efficient way to check these answers). |
Cell example | Meaning |
---|---|
Answer | Solver result |
f=... | value of the objective function for the model reported by the solver |
TT=... | Total Time (TT): this is the CPU time (in seconds) used by the solver until termination. This time is only meaningful for complete solvers because incomplete solvers will always run until they time out |
Remember that CPU time and wall clock time are two very different notions. The CPU time represents the time during which the instructions of the solver were executed by the processor. The wall clock time represents how much time ellapsed on the clock. For a same event, the CPU time may be either smaller or greater than the wall clock time depending on the number of threads of execution and the number of processors. |
Abbreviation | Meaning |
---|---|
f=... | Value of the objective function |
TO | Time Out |
MO | Mem. Out (out of memory) |
Color | Meaning |
---|---|
text | the solver cannot handle this instance |
text | the solver gave no answer |
text | the solver could give an answer (SAT) |
text | the solver gave a definitive answer (OPTIMUM FOUND or UNSAT) |
text | the solver performed better than the other ones on that instance (complete solvers point of view) |
text | the solver performed better than the other ones on that instance (incomplete solvers point of view) |
text | the solver was ended by a signal or other problem |
text | the solver gave an incomplete answer |
text | the solver gave a wrong answer |
For better readability, you may choose to hide some solvers:
PB/CT 0.1 (complete)
PB/CT 0.1 fixed (complete)
PBPASSolver 2010-06-13 (complete)
SAT4J PB CuttingPlanes 2.2.0 2010-05-26 (complete)
SAT4J PB RES // CP 2.2.0 2010-05-31 (complete)
SAT4J PB Resolution 2.2.0 2010-05-26 (complete)
SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver (complete)