Skip to content

Commit

Permalink
Placeholders for more doc changes #237
Browse files Browse the repository at this point in the history
  • Loading branch information
glebbelov committed Nov 15, 2024
1 parent 5c46891 commit e83b3ac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/source/components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,8 @@ tools can be adapted to convert the instance for a particular solver.
Flat model converters
~~~~~~~~~~~~~~~~~~~~~

New: expression trees added. See Gurobi and SCIP drivers.
New: expression trees added. See :ref:`supported-constraints`,
as well as Gurobi and SCIP drivers.

`mp::FlatConverter` and `mp::MIPFlatConverter` represent and
convert flat models (i.e., models :ref:`without expression trees <flat-solvers>`).
Expand All @@ -442,6 +443,10 @@ via the solver's modeling API wrapper:
Flat model API
~~~~~~~~~~~~~~

New: expression trees added. See :ref:`supported-constraints`,
as well as Gurobi and SCIP drivers.


`mp::BasicFlatModelAPI` is the interface via which :ref:`flat-converters` address
the underlying solver.

Expand Down

0 comments on commit e83b3ac

Please sign in to comment.