Skip to content

Commit

Permalink
more markdown fiddling
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed Nov 16, 2023
1 parent c8e168e commit 2df5c0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conjure/conjuremagics.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,15 @@ def conjure_help(self, line):
- `conjure_info`: a Python dictionary that contains some statistics about the solving process.
- `conjure_display_solution()`: a Python function that will be called per solution, if defined. If it's not defined, Conjure Notebook will display the entire solution as a JSON dump.
If you don't want solution printing, define it to do nothing (i.e. `def conjure_display_solution(): pass`).
Takes no arguments. When defining, you can refer to the decision variables by their names.
- `conjure_display_info()`: a Python function that will be called per solution, if defined. If it's not defined, Conjure Notebook will display all available information as a table.
If you don't want information printing, define it to do nothing (i.e. `def conjure_display_info(): pass`).
Takes no arguments. When defining, you can use the `conjure_info` dictionary.
More information about Conjure: https://conjure-cp.github.io
Expand Down

0 comments on commit 2df5c0f

Please sign in to comment.