From 13f39e4ef44115c3f9bad83302947c43a7cc1859 Mon Sep 17 00:00:00 2001 From: Alinson S Xavier Date: Wed, 2 Jun 2021 09:33:54 -0500 Subject: [PATCH] Fix typo --- 0.2/_sources/usage.md.txt | 2 +- 0.2/usage/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@

1.3. 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.

using Cbc
 using UnitCommitment