[gecode-users] MAX-SAT problem

Assia benziane benziane.assia at hotmail.com
Sat Oct 22 13:01:01 CEST 2016


Thank you very much for your help. I will use a dedicated solver like MINSAT.


Best Regards,


Assia.

________________________________
De : Guido Tack <guido.tack at monash.edu>
Envoyé : samedi 22 octobre 2016 00:29:01
À : Assia benziane
Cc : users at gecode.org
Objet : Re: [gecode-users] MAX-SAT problem

Hi,

you could use Gecode to model a MAX-SAT problem, by using reified clause constraints and then maximising the sum over the control variables for the clauses.  However the performance will be very, very poor compared to a dedicated MAX-SAT solver.

Cheers
Guido

--
GUIDO TACK
Senior Lecturer

Information Technology
Monash University
Level 6, Room 6.40, Building H, Caulfield Campus
900 Dandenong Road
Caulfield East VIC 3145
Australia

T: +61 3 9903 1214
E: guido.tack at monash.edu<mailto:guido.tack at monash.edu>
http://www.csse.monash.edu/~guidot/


On 22 Oct. 2016, at 6:03 am, Assia benziane <benziane.assia at hotmail.com<mailto:benziane.assia at hotmail.com>> wrote:

Hello gecode users,

I've a constraint satisfaction problem that i want to optimize. My idea is to implment it on Gecode. I read closely the document "Modeling and Programming with Gecode<http://www.gecode.org/doc-latest/MPG.pdf>", but i did not found anything related to use the MAX-SAT on Gecode straight. My question is if it is possible to implment a  MAX-SAT problem on Gecode.

Cordially,
---
Assia
_______________________________________________
Gecode users mailing list
users at gecode.org<mailto:users at gecode.org>
https://www.gecode.org/mailman/listinfo/gecode-users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.gecode.org/pipermail/users/attachments/20161022/2635253d/attachment.html>


More information about the users mailing list