PB'24 competition: list of solvers

List of solvers

Details on each solver


EventPB'24 competition
TypePB
Submittershiwei pan
Date of submission2024-07-10 20:27
NameCASHWMaxSAT-DisjCad-S
Version2024-07-10
AuthorsShiwei Pan; Yujiao Zhao; Yiyuan Wang; Minghao Yin
Complete/IncompleteComplete
Is able to solveDEC-LIN
OPT-LIN
Solver command lineCASHWMaxSAT-DisjCad-S BENCHNAME -total-t=TIMEOUT -no-par -v0
Conversion script command line
Comments
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
Submittershiwei pan
Date of submission2024-07-10 20:29
NameCASHWMaxSAT-DisjCad-SP
Version2024-07-10
AuthorsShiwei Pan; Yujiao Zhao; Yiyuan Wang; Minghao Yin
Complete/IncompleteComplete
Is able to solveDEC-LIN
OPT-LIN
Solver command lineCASHWMaxSAT-DisjCad-SP BENCHNAME -total-t=TIMEOUT -no-par -v0
Conversion script command line
Comments
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
Submittershiwei pan
Date of submission2024-07-10 15:39
NameCASHWMaxSAT-DisjCom-S
Version2024-07-10
AuthorsShiwei Pan; Yujiao Zhao; Yiyuan Wang; Minghao Yin
Complete/IncompleteComplete
Is able to solveDEC-LIN
OPT-LIN
Solver command lineCASHWMaxSAT-DisjCom-S BENCHNAME -total-t=TIMEOUT -no-par -v0
Conversion script command line
Comments
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
Submittershiwei pan
Date of submission2024-07-10 15:43
NameCASHWMaxSAT-DisjCom-SP
Version2024-07-10
AuthorsShiwei Pan; Yujiao Zhao; Yiyuan Wang; Minghao Yin
Complete/IncompleteComplete
Is able to solveDEC-LIN
OPT-LIN
Solver command lineCASHWMaxSAT-DisjCom-SP BENCHNAME -total-t=TIMEOUT -no-par -v0
Conversion script command line
Comments
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterPeng Lin
Date of submission2024-07-11 10:10
NameDLS-PBO
Version2024-07-09
AuthorsZhihan Chen, Peng Lin, Yi Chu, and Shaowei Cai
Complete/IncompleteIncomplete
Is able to solveDEC-LIN
OPT-LIN
Solver command line./DLS-PBO --benchName=BENCHNAME --time_limit=TIMELIMIT
Conversion script command line
CommentsThis is a sequential solver.
In the archive, There are the bin folder and the src folder.
In the bin folder, you could easily run the precompiled solver.
Example: ./DLS-PBO --benchName=/tmp/file.opb --time_limit=300

We provide the source code in the src folder, you can compile it by following the README.md.
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterJo Devriendt
Date of submission2024-07-05 21:37
NameExact
Version2024-07-05
AuthorsJo Devriendt
Complete/IncompleteComplete
Is able to solveDEC-LIN
DEC-NLC
OPT-LIN
OPT-NLC
Solver command lineHOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=RANDOMSEED BENCHNAME
Conversion script command line
CommentsStatically linked build of source code at https://gitlab.com/JoD/exact/-/commit/43b6ba712c68eab97bd8805e04eddb4447c58459

Compiler: Ubuntu clang version 18.1.3
Target: x86_64-pc-linux-gnu
OS: Ubuntu 24.04
Non-default cmake-flags:
-DCMAKE_BUILD_TYPE=Release -Dbuild_result=Executable -Dbuild_static=ON -Dsinglesource=ON -Dsoplex=ON
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterJo Devriendt
Date of submission2024-07-05 21:38
NameExact_no_SoPlex
Version2024-07-05
AuthorsJo Devriendt
Complete/IncompleteComplete
Is able to solveDEC-LIN
DEC-NLC
OPT-LIN
OPT-NLC
Solver command lineHOME/Exact_nosoplex --print-uniform=0 --verbosity=0 --print-sol --seed=RANDOMSEED BENCHNAME
Conversion script command line
CommentsStatically linked build of source code at https://gitlab.com/JoD/exact/-/commit/43b6ba712c68eab97bd8805e04eddb4447c58459

Compiler: Ubuntu clang version 18.1.3
Target: x86_64-pc-linux-gnu
OS: Ubuntu 24.04
Non-default cmake-flags:
-DCMAKE_BUILD_TYPE=Release -Dbuild_result=Executable -Dbuild_static=ON -Dsinglesource=ON -Dsoplex=OFF
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterJo Devriendt
Date of submission2024-07-05 21:42
NameExact_veripb2
Version2024-07-05
AuthorsJo Devriendt
Complete/IncompleteComplete
Is able to solveDEC-LIN
OPT-LIN
Solver command lineHOME/Exact_veripb2 --print-uniform=0 --verbosity=0 --print-sol --proof-assumptions=0 --proof-log=CERTNAME --seed=RANDOMSEED BENCHNAME
Conversion script command line
CommentsStatically linked build of source code at https://gitlab.com/JoD/exact/-/commit/5c7ed0d5f0df8c2892cc85a26fdbc6c2e6e6f786

Compiler: Ubuntu clang version 18.1.3
Target: x86_64-pc-linux-gnu
OS: Ubuntu 24.04
Non-default cmake-flags:
-DCMAKE_BUILD_TYPE=Release -Dbuild_result=Executable -Dbuild_static=ON -Dsinglesource=ON -Dsoplex=ON
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterJo Devriendt
Date of submission2024-07-05 21:44
NameExact_veripb2_no_SoPlex
Version2024-07-05
AuthorsJo Devriendt
Complete/IncompleteComplete
Is able to solveDEC-LIN
OPT-LIN
Solver command lineHOME/Exact_veripb2_nosoplex --print-uniform=0 --verbosity=0 --print-sol --proof-assumptions=0 --proof-log=CERTNAME --seed=RANDOMSEED BENCHNAME
Conversion script command line
CommentsStatically linked build of source code at https://gitlab.com/JoD/exact/-/commit/5c7ed0d5f0df8c2892cc85a26fdbc6c2e6e6f786

Compiler: Ubuntu clang version 18.1.3
Target: x86_64-pc-linux-gnu
OS: Ubuntu 24.04
Non-default cmake-flags:
-DCMAKE_BUILD_TYPE=Release -Dbuild_result=Executable -Dbuild_static=ON -Dsinglesource=ON -Dsoplex=OFF
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterGioni Mexi
Date of submission2024-07-02 21:55
NameFiberSCIP
Version2024-07-02
AuthorsGioni Mexi, Shanwen Pu, Yuji Shinano, Thorsten Koch
Complete/IncompleteComplete
Is able to solveDEC-LIN
DEC-NLC
OPT-LIN
OPT-NLC
Solver command line./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
Conversion script command line
Comments
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterGioni Mexi
Date of submission2024-07-30 22:30
NameFiberSCIP
Version2024-07-30
AuthorsGioni Mexi, Shanwen Pu, Yuji Shinano, Thorsten Koch
Complete/IncompleteComplete
Is able to solveDEC-LIN
DEC-NLC
OPT-LIN
OPT-NLC
Solver command line./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
Conversion script command line
Comments
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterGioni Mexi
Date of submission2024-07-30 22:30
NameFiberSCIP
Version20 cores, 2024-07-30
AuthorsGioni Mexi, Shanwen Pu, Yuji Shinano, Thorsten Koch
Complete/IncompleteComplete
Is able to solveDEC-LIN
DEC-NLC
OPT-LIN
OPT-NLC
Solver command line./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
Conversion script command line
Comments
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterGioni Mexi
Date of submission2024-08-09 12:21
NameFiberSCIP
Version20 cores, 2024-08-09
AuthorsGioni Mexi, Dominik Kamp, Shanwen Pu, Yuji Shinano, Thorsten Koch
Complete/IncompleteComplete
Is able to solveDEC-LIN
DEC-NLC
OPT-LIN
OPT-NLC
Solver command linefscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
Conversion script command line
Comments
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterGioni Mexi
Date of submission2024-08-12 13:28
NameFiberSCIP
Version20 cores, 2024-08-12
AuthorsGioni Mexi, Dominik Kamp, Shanwen Pu, Yuji Shinano, Thorsten Koch
Complete/IncompleteComplete
Is able to solveDEC-LIN
DEC-NLC
OPT-LIN
OPT-NLC
Solver command linefscip settings/racing.prm BENCHNAME -qsol -t 3600 -sth NBCORE
Conversion script command line
CommentsPlease use 3600 as time limit and not 72000. FiberSCIP uses Wallclock-Time for termination.
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterYiyuan Wang
Date of submission2024-07-11 09:19
NameHybrid-CASHWMaxSATDisjCadSP+Exact
Version2024-07-11
AuthorsYiyuan Wang; Shiwei Pan; Yujiao Zhao; Minghao Yin
Complete/IncompleteComplete
Is able to solveDEC-LIN
OPT-LIN
Solver command line./Hybrid-CASHWMaxSATDisjCadSP+Exact BENCHNAME TIMEOUT TMPDIR MEMLIMIT
Conversion script command line
CommentsHybrid-CASHWMaxSATDisjCadSP+Exact is a hybrid version that combines the complete PB solver Exact and the complete MaxSAT solver CASHWMaxSAT-DisjCad-SP. Exact is an open-source solver, which has been made available by its author at https://gitlab.com/JoD/exact. CASHWMaxSAT-DisjCad-SP has been submitted to the complete category in the PB2024 competition.
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterYiyuan Wang
Date of submission2024-07-11 09:18
NameHybrid-CASHWMaxSATDisjComS+Exact
Version2024-07-11
AuthorsYiyuan Wang; Shiwei Pan; Yujiao Zhao; Minghao Yin
Complete/IncompleteComplete
Is able to solveDEC-LIN
OPT-LIN
Solver command line./Hybrid-CASHWMaxSATDisjComS+Exact BENCHNAME TIMEOUT TMPDIR MEMLIMIT
Conversion script command line
CommentsHybrid-CASHWMaxSATDisjComS+Exact is a hybrid version that combines the complete PB solver Exact and the complete MaxSAT solver CASHWMaxSAT-DisjCom-S. Exact is an open-source solver, which has been made available by its author at https://gitlab.com/JoD/exact. CASHWMaxSAT-DisjCom-S has been submitted to the complete category in the PB2024 competition.
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterYiyuan Wang
Date of submission2024-07-11 09:21
NameHybrid-LSMabP+Exact
Version2024-07-11
AuthorsYiyuan Wang; Shiwei Pan; Yujiao Zhao; Minghao Yin
Complete/IncompleteIncomplete
Is able to solveDEC-LIN
OPT-LIN
Solver command line./Hybrid-LSMabP+Exact BENCHNAME TIMEOUT TMPDIR MEMLIMIT
Conversion script command line
CommentsHybrid-LSMabP+Exact is a hybrid version that includes the complete PB solver Exact and the incomplete PB solver LSMabP. Exact is open-sourced and released by its author on https://gitlab.com/JoD/exact. LSMabP has been submitted to the incomplete category in the PB2024 competition.
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterYiyuan Wang
Date of submission2024-07-11 09:23
NameHybrid-LSMabSP+CASHWMaxSATDisjCom
Version2024-07-11
AuthorsYiyuan Wang; Shiwei Pan; Yujiao Zhao; Minghao Yin
Complete/IncompleteIncomplete
Is able to solveDEC-LIN
OPT-LIN
Solver command line./Hybrid-LSMabSP+CASHWMaxSATDisjCom BENCHNAME TIMEOUT TMPDIR MEMLIMIT
Conversion script command line
CommentsHybrid-LSMabSP+CASHWMaxSATDisjCom is a hybrid version that includes the complete MaxSAT solver CASHWMaxSAT-DisjCom and the incomplete PB solver LSMabSP. LSMabSP has been submitted to the incomplete category of the PB2024 competition.
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterYiyuan Wang
Date of submission2024-07-11 09:22
NameHybrid-LSMabSP+Exact
Version2024-07-11
AuthorsYiyuan Wang; Shiwei Pan; Yujiao Zhao; Minghao Yin
Complete/IncompleteIncomplete
Is able to solveDEC-LIN
OPT-LIN
Solver command line./Hybrid-LSMabSP+Exact BENCHNAME TIMEOUT TMPDIR MEMLIMIT
Conversion script command line
CommentsHybrid-LSMabSP+Exact is a hybrid version that includes the complete PB solver Exact and the incomplete PB solver LSMabSP. Exact is open-sourced and released by its author on https://gitlab.com/JoD/exact. LSMabSP has been submitted to the incomplete category in the PB2024 competition.
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterHannes Ihalainen
Date of submission2024-07-09 14:27
NameIPBHS-GUROBI
Version2024-07-09
AuthorsHannes Ihalainen, Jeremias Berg, Matti Järvisalo
Complete/IncompleteComplete
Is able to solveOPT-LIN
Solver command linerun-glibc-2.34.sh ./ipbhs_gurobi BENCHNAME
Conversion script command line
Comments
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterHannes Ihalainen
Date of submission2024-07-09 14:30
NameIPBHS-GUROBI-SYM
Version2024-07-09
AuthorsHannes Ihalainen, Jeremias Berg, Bart Bogaerts, Matti Järvisalo
Complete/IncompleteComplete
Is able to solveOPT-LIN
Solver command linerun-glibc-2.34.sh ./ipbhs_gurobi --sym-cores BENCHNAME
Conversion script command line
Comments
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterHannes Ihalainen
Date of submission2024-07-09 14:20
NameIPBHS-SCIP
Version2024-07-09
AuthorsHannes Ihalainen, Jeremias Berg, Matti Järvisalo
Complete/IncompleteComplete
Is able to solveOPT-LIN
Solver command line./ipbhs_static_scip BENCHNAME
Conversion script command line
Comments
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterYujiao Zhao
Date of submission2024-07-10 17:24
NameLS-Mab
Version2024-07-10
AuthorsYujiao Zhao;Shiwei Pan; Yiyuan Wang; Minghao Yin
Complete/IncompleteIncomplete
Is able to solveDEC-LIN
OPT-LIN
Solver command line./LS-Mab -f BENCHNAME -t 3558 -s RANDOMSEED --no-s
Conversion script command line
Comments
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterYujiao Zhao
Date of submission2024-07-10 17:31
NameLS-MabP
Version2024-07-10
AuthorsYujiao Zhao;Shiwei Pan; Yiyuan Wang; Minghao Yin
Complete/IncompleteIncomplete
Is able to solveDEC-LIN
OPT-LIN
Solver command line./LS-MabP -f BENCHNAME -t 3558 -s RANDOMSEED --no-s
Conversion script command line
Comments
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterYujiao Zhao
Date of submission2024-07-10 17:32
NameLS-MabS
Version2024-07-10
AuthorsYujiao Zhao;Shiwei Pan; Yiyuan Wang; Minghao Yin
Complete/IncompleteIncomplete
Is able to solveDEC-LIN
OPT-LIN
Solver command line./LS-MabS -f BENCHNAME -t 3558 -s RANDOMSEED
Conversion script command line
Comments
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterYujiao Zhao
Date of submission2024-07-10 17:33
NameLS-MabSP
Version2024-07-10
AuthorsYujiao Zhao;Shiwei Pan; Yiyuan Wang; Minghao Yin
Complete/IncompleteIncomplete
Is able to solveDEC-LIN
OPT-LIN
Solver command line./LS-MabSP -f BENCHNAME -t 3558 -s RANDOMSEED
Conversion script command line
Comments
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterChristoph Jabs
Date of submission2024-07-02 09:58
Namemixed-bag
Version2024-07-02
AuthorsChristoph Jabs, Jeremias Berg, Matti Järvisalo
Complete/IncompleteComplete
Is able to solveOPT-LIN
Solver command linemixed-bag BENCHNAME
Conversion script command line
CommentsBugfixes
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterChristoph Jabs
Date of submission2024-07-19 11:24
Namemixed-bag
Version2024-07-19
AuthorsChristoph Jabs, Jeremias Berg, Matti Järvisalo
Complete/IncompleteComplete
Is able to solveOPT-LIN
Solver command linemixed-bag BENCHNAME
Conversion script command line
CommentsBugfix for reported incorrect UNSAT bug
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterMasahiko Sakai
Date of submission2024-07-04 04:53
NameNaPS
Version1.03
AuthorsMasahiko Sakai and Hidetomo Nabeshima
Complete/IncompleteComplete
Is able to solveDEC-LIN
OPT-LIN
Solver command lineHOME/naps-1.03.sh BENCHNAME
Conversion script command line
Comments
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterMasahiko Sakai
Date of submission2024-07-04 04:59
NameNaPS-GM
Version1.03
AuthorsMasahiko Sakai and Hidetomo Nabeshima
Complete/IncompleteComplete
Is able to solveDEC-LIN
OPT-LIN
Solver command lineHOME/naps-1.03.sh -GM BENCHNAME
Conversion script command line
CommentsThis solver invokes GlueMiniSat.
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterMasahiko Sakai
Date of submission2024-06-14 10:19
NameNaPS-PB16
Version1.02b5
AuthorsMasahiko Sakai and Hidetomo Nabeshima
Complete/IncompleteComplete
Is able to solveDEC-LIN
OPT-LIN
Solver command lineHOME/naps-1.02b5.sh BENCHNAME
Conversion script command line
CommentsNaPS PB16 version with bugs fixed.
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterPeng Lin
Date of submission2024-07-11 09:36
NameParLS-PBO-1.1
Version2024-07-09
AuthorsZhihan Chen, Peng Lin, Yi Chu, and Shaowei Cai
Complete/IncompleteIncomplete
Is able to solveDEC-LIN
OPT-LIN
Solver command line./ParLS-PBO --benchName=BENCHNAME --time_limit=TIMELIMIT --nbcore=1
Conversion script command line
CommentsThis is a parallel solver.
In the archive, There are the bin folder and the src folder.
In the bin folder, you could easily run the precompiled solver.
Example: ./ParLS-PBO --benchName=/tmp/file.opb --time_limit=300 --nbcore=4

We provide the source code in the src folder, you can compile it following the README.md.
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterPeng Lin
Date of submission2024-07-11 09:36
NameParLS-PBO-1.1
Version20 cores, 2024-07-09
AuthorsZhihan Chen, Peng Lin, Yi Chu, and Shaowei Cai
Complete/IncompleteIncomplete
Is able to solveDEC-LIN
OPT-LIN
Solver command line./ParLS-PBO --benchName=BENCHNAME --time_limit=TIMEOUT --nbcore=NBCORE
Conversion script command line
CommentsThis is a parallel solver.
In the archive, There are the bin folder and the src folder.
In the bin folder, you could easily run the precompiled solver.
Example: ./ParLS-PBO --benchName=/tmp/file.opb --time_limit=300 --nbcore=4

We provide the source code in the src folder, you can compile it following the README.md.
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterChristoph Jabs
Date of submission2024-07-02 09:57
Namepb-oll-rs
Version2024-07-02
AuthorsChristoph Jabs, Jeremias Berg, Matti Järvisalo
Complete/IncompleteComplete
Is able to solveOPT-LIN
Solver command linepb-oll-rs BENCHNAME
Conversion script command line
CommentsBugfixes
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterChristoph Jabs
Date of submission2024-07-19 11:26
Namepb-oll-rs
Version2024-07-19
AuthorsChristoph Jabs, Jeremias Berg, Matti Järvisalo
Complete/IncompleteComplete
Is able to solveOPT-LIN
Solver command linepb-oll-rs BENCHNAME
Conversion script command line
CommentsNo changes, reupload since pb-oll-rs disappeared when submitting mixed-bag
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterNeng-Fa Zhou
Date of submission2024-06-18 21:03
NamePicat
Version2024-06-18
AuthorsNeng-Fa Zhou
Complete/IncompleteComplete
Is able to solveDEC-LIN
DEC-NLC
OPT-LIN
OPT-NLC
Solver command linepb_picat BENCHNAME
Conversion script command line
Comments
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterMarc Vinyals
Date of submission2024-07-19 13:00
NameRoundingSat
Versionlog (1)
AuthorsJan Elffers, Jo Devriendt, Stephan Gocht, Jakob Nordström, Andy Oertel, Marc Vinyals
Complete/IncompleteComplete
Is able to solveDEC-LIN
OPT-LIN
Solver command lineroundingsat --print-sol=1 --'time limit'=TIMEOUT --vsids-var=0.8 --cg-encoding=reified --cg-resprop=1 --proof-log=CERTNAME --lp-cut-gomory=0 BENCHNAME
Conversion script command line
CommentsBuild script: build.sh
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterMarc Vinyals
Date of submission2024-07-27 02:15
NameRoundingSat
Versionlog (2)
AuthorsJan Elffers, Jo Devriendt, Stephan Gocht, Jakob Nordström, Andy Oertel, Marc Vinyals
Complete/IncompleteComplete
Is able to solveDEC-LIN
OPT-LIN
Solver command lineroundingsat --print-sol=1 --'time limit'=TIMEOUT --vsids-var=0.8 --cg-encoding=reified --cg-resprop=1 --proof-log=CERTNAME --lp-cut-gomory=0 BENCHNAME
Conversion script command line
CommentsBuild script: build.sh
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterMarc Vinyals
Date of submission2024-07-30 09:57
NameRoundingSat
Versionlog (3)
AuthorsJan Elffers, Jo Devriendt, Stephan Gocht, Jakob Nordström, Andy Oertel, Marc Vinyals
Complete/IncompleteComplete
Is able to solveDEC-LIN
OPT-LIN
Solver command lineroundingsat --print-sol=1 --'time limit'=TIMEOUT --vsids-var=0.8 --cg-encoding=reified --cg-resprop=1 --proof-log=CERTNAME --lp-cut-gomory=0 BENCHNAME
Conversion script command line
CommentsBuild script: build.sh
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterMarc Vinyals
Date of submission2024-07-12 12:52
NameRoundingSat
Versionnolog (1)
AuthorsJan Elffers, Jo Devriendt, Stephan Gocht, Jakob Nordström, Andy Oertel, Marc Vinyals
Complete/IncompleteComplete
Is able to solveDEC-LIN
OPT-LIN
Solver command lineroundingsat --print-sol=1 --'time limit'=TIMEOUT --vsids-var=0.8 --cg-encoding=reified --cg-resprop=1 BENCHNAME
Conversion script command line
CommentsBuild script: build.sh
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterMarc Vinyals
Date of submission2024-07-19 12:59
NameRoundingSat
Versionnolog (2)
AuthorsJan Elffers, Jo Devriendt, Stephan Gocht, Jakob Nordström, Andy Oertel, Marc Vinyals
Complete/IncompleteComplete
Is able to solveDEC-LIN
OPT-LIN
Solver command lineroundingsat --print-sol=1 --'time limit'=TIMEOUT --vsids-var=0.8 --cg-encoding=reified --cg-resprop=1 BENCHNAME
Conversion script command line
CommentsBuild script: build.sh
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterDaniel Le Berre
Date of submission2024-07-12 22:06
NameSat4j Cutting Planes 2024
Version2024-07-12
AuthorsDaniel Le Berre and Romain Wallon
Complete/IncompleteComplete
Is able to solveDEC-LIN
DEC-NLC
OPT-LIN
OPT-NLC
Solver command linejava -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
Conversion script command line
CommentsSat4j cutting planes using the best settings found by Romain during his PhD.
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterDaniel Le Berre
Date of submission2024-07-12 22:10
NameSat4j Partial RoundingSAT 2024
Version2024-07-12
AuthorsDaniel Le Berre and Romain Wallon
Complete/IncompleteComplete
Is able to solveDEC-LIN
DEC-NLC
OPT-LIN
OPT-NLC
Solver command linejava -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
Conversion script command line
CommentsSat4j specific implementation of RoundingSAT proof system, as seen in Romain's PhD.
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterDaniel Le Berre
Date of submission2024-07-07 22:57
NameSat4j Resolution 2024
Version2024-07-07
AuthorsDaniel Le Berre and Romain Wallon
Complete/IncompleteComplete
Is able to solveDEC-LIN
OPT-LIN
Solver command linejava -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
Conversion script command line
CommentsSat4j resolution with some simplifications disabled to support veripb proof files.

Since the proof is based on rup, all the proofs should be accepted by veripb.

The behavior may be a bit different from the default version of the resolution based submission (without certificate)
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterDaniel Le Berre
Date of submission2024-07-07 22:53
NameSat4j Resolution Default
Version2024-07-07
AuthorsDaniel Le Berre and Romain Wallon
Complete/IncompleteComplete
Is able to solveDEC-LIN
DEC-NLC
OPT-LIN
OPT-NLC
Solver command linejava -jar sat4j-pb.jar BENCHNAME
Conversion script command line
CommentsSat4j Resolution-based default solver
Solver files and checksums
[Show/Hide files]

EventPB'24 competition
TypePB
SubmitterGioni Mexi
Date of submission2024-07-07 14:59
NameSCIP
Version2024-07-07
AuthorsGioni Mexi, Shanwen Pu, Julian Manns, Marc Pfetsch, Thorsten Koch, Christopher Hojny, Alexander Hoen, Dominik Kamp, Matthias Walter, Ksenia Bestuzheva
Complete/IncompleteComplete
Is able to solveDEC-LIN
DEC-NLC
OPT-LIN
OPT-NLC
Solver command linepbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
Conversion script command line
Comments
Solver files and checksums
[Show/Hide files]