Class MaxSatExample


  • public class MaxSatExample
    extends java.lang.Object
    Illustrates the use of MaxSAT solvers.
    Author:
    Matthias Thimm
    • Constructor Summary

      Constructors 
      Constructor Description
      MaxSatExample()  
    • Method Summary

      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MaxSatExample

        public MaxSatExample()
    • Method Detail