Remove comment

This commit is contained in:
Lars Tveito 2019-11-19 20:19:50 +01:00
parent 324fb51fe3
commit 4eb851b77a

View File

@ -527,25 +527,6 @@ cry for help.
return o.model()
#+END_SRC
** COMMENT Implementation draft
#+BEGIN_SRC python
N, C, S, A = instance = example_instance()
comms = committees(C)
s = Solver()
s.add(capacity_constraint(comms, C))
s.add(non_negative_constraint(comms))
s.add(all_corrected_constraint(comms, N))
s.add(should_correct_with_weight(comms, S, C))
s.add(avoid_correct_with_constraint(comms, A))
s.check()
print(s.model())
#+END_SRC
* COMMENT Local variables
# Local Variables:
# eval: (add-hook 'after-save-hook 'org-html-export-to-html nil t)