Skip to content
Snippets Groups Projects
Commit 8eb4c450 authored by Bardhyl Miftari's avatar Bardhyl Miftari
Browse files

change to allow pdf

parent 70faf620
No related branches found
No related tags found
No related merge requests found
Pipeline #14011 passed
......@@ -5,7 +5,7 @@ GBOML has been published in the Journal of Open-Source Software : https://joss.t
To cite the software :
.. code-block:: c
.. code-block::
@article{Miftari2022,
doi = {10.21105/joss.04158},
......
......@@ -67,6 +67,7 @@ and is therefore only recommended for testing purposes (e.g., make sure that GBO
.. code-block:: bash
--clp
It interfaces with CLP and CBC via CyLP.
* *Cbc*: Cbc can be used with:
......@@ -74,6 +75,7 @@ It interfaces with CLP and CBC via CyLP.
.. code-block:: bash
--cbc
It interfaces with CLP and CBC via a custom made experimental interface (it allows to set model parameters)
* *DSP Dantzig-Wolfe*: the DSP implementation (experimental) of the Dantzig-Wolfe algorithm can be invoked with:
......
......@@ -54,8 +54,8 @@ templates_path = ['_templates']
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = []
#latex_documents = []
enable_pdf_build=False
enable_epub_build=False
enable_pdf_build=True
enable_epub_build=True
# -- Options for HTML output -------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment