wiki_research

personal research wiki
git clone https://a3nm.net/git/wiki_research/
Log | Files | Refs

satisfiability_weighted (260B)


      1 # Weighted satisfiability
      2 
      3 [creignou2012satisfiability]: given a [Boolean_formula] phi and [integer] k, decide if phi has a [satisfying_assignment] of [hamming_weight] exactly k
      4 
      5 - [satisfiability_weighted_monotone_cnf]
      6 
      7 Up: [sat_variants]
      8 
      9 See also: [maxsat]