Mention specific maxsat solvers and version used
This commit is contained in:
parent
062941712c
commit
205b25d74b
@ -588,6 +588,23 @@
|
|||||||
year = 2020,
|
year = 2020,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@article{ignatiev-2019-rc2,
|
||||||
|
title = {RC2: an Efficient MaxSAT Solver},
|
||||||
|
keywords = {Maximum Satis ability, Relaxable/Soft Cardinality Constraints,
|
||||||
|
Python},
|
||||||
|
author = {Alexey Ignatiev and Antonio Morgado and Joao Marques-Silva},
|
||||||
|
year = 2019,
|
||||||
|
month = 9,
|
||||||
|
day = 1,
|
||||||
|
language = {English},
|
||||||
|
volume = {11},
|
||||||
|
pages = {53--64},
|
||||||
|
journal = {Journal on Satisfiability, Boolean Modeling and Computation},
|
||||||
|
issn = {1574-0617},
|
||||||
|
publisher = {IOS Press},
|
||||||
|
number = 1,
|
||||||
|
}
|
||||||
|
|
||||||
@inproceedings{ingmar-2020-diverse,
|
@inproceedings{ingmar-2020-diverse,
|
||||||
author = {Linnea Ingmar and Maria Garcia de la Banda and Peter J. Stuckey and
|
author = {Linnea Ingmar and Maria Garcia de la Banda and Peter J. Stuckey and
|
||||||
Guido Tack},
|
Guido Tack},
|
||||||
|
@ -841,7 +841,7 @@ It is, again, possible to rewrite a \cmodel{} with an \gls{objective} as a \gls{
|
|||||||
A naive approach to encode an integer objective is, for example, to encode each possible result of the \gls{objective} as a Boolean \variable{}.
|
A naive approach to encode an integer objective is, for example, to encode each possible result of the \gls{objective} as a Boolean \variable{}.
|
||||||
This Boolean \variable{} then forms a singleton clause with the result value as its weight.
|
This Boolean \variable{} then forms a singleton clause with the result value as its weight.
|
||||||
|
|
||||||
For many problems the use of \gls{maxsat} \solvers{} offers a very successful method to find an \gls{opt-sol} to a problem.
|
For many problems the use of \gls{maxsat} \solvers{}, such as \gls{openwbo} \autocite{martins-2014-openwbo} and RC2 \autocite{ignatiev-2019-rc2}, offers a very successful method to find an \gls{opt-sol} to a problem.
|
||||||
|
|
||||||
\section{Constraint Modelling Languages}%
|
\section{Constraint Modelling Languages}%
|
||||||
\label{sec:back-other-languages}
|
\label{sec:back-other-languages}
|
||||||
|
@ -145,7 +145,7 @@ In this thesis we use four different versions of the \gls{gecode} solver:
|
|||||||
In this thesis we use \gls{cplex} version 20.1 under an academic licence in our experiments.
|
In this thesis we use \gls{cplex} version 20.1 under an academic licence in our experiments.
|
||||||
|
|
||||||
\paragraph{OpenWBO} is an open source \gls{maxsat} \solver{} \autocite{martins-2014-openwbo}.
|
\paragraph{OpenWBO} is an open source \gls{maxsat} \solver{} \autocite{martins-2014-openwbo}.
|
||||||
In this thesis we use version \todo{xxx} in our experiments.
|
In this thesis we use version 2.1 in our experiments.
|
||||||
The source code for this version can be found here:
|
The source code for this version can be found here:
|
||||||
|
|
||||||
\begin{center}
|
\begin{center}
|
||||||
|
Reference in New Issue
Block a user