diff --git a/0.2/_sources/usage.md.txt b/0.2/_sources/usage.md.txt index a7b87ff..450cfe3 100644 --- a/0.2/_sources/usage.md.txt +++ b/0.2/_sources/usage.md.txt @@ -71,7 +71,7 @@ Advanced usage ### Customizing the formulation -By default, `build_model` uses a formulation that combines modeling components from different publications, and that has been carefully tested, using our own benchmark scripts, to provide good performance across a wide variety of instances. This default formulation is expected to change over time, as new methods are proposed in the literature. You can, however, construct your own formulation, based the modeling components that you choose, as shown in the next example. +By default, `build_model` uses a formulation that combines modeling components from different publications, and that has been carefully tested, using our own benchmark scripts, to provide good performance across a wide variety of instances. This default formulation is expected to change over time, as new methods are proposed in the literature. You can, however, construct your own formulation, based on the modeling components that you choose, as shown in the next example. ```julia using Cbc diff --git a/0.2/usage/index.html b/0.2/usage/index.html index 6f0e787..2015d75 100644 --- a/0.2/usage/index.html +++ b/0.2/usage/index.html @@ -296,7 +296,7 @@
By default, build_model
uses a formulation that combines modeling components from different publications, and that has been carefully tested, using our own benchmark scripts, to provide good performance across a wide variety of instances. This default formulation is expected to change over time, as new methods are proposed in the literature. You can, however, construct your own formulation, based the modeling components that you choose, as shown in the next example.
By default, build_model
uses a formulation that combines modeling components from different publications, and that has been carefully tested, using our own benchmark scripts, to provide good performance across a wide variety of instances. This default formulation is expected to change over time, as new methods are proposed in the literature. You can, however, construct your own formulation, based on the modeling components that you choose, as shown in the next example.
using Cbc
using UnitCommitment