Skip to content

Stable v4.2.0

Compare
Choose a tag to compare
@gnannicini gnannicini released this 29 Jun 02:24
· 20 commits to master since this release

Added:

  • Support for categorical variables (variable type 'C', in addition to 'R' for real and 'I' for integer). These variables are treated differently from integer variables, but they still need to have lower and upper bounds; e.g., a categorical variable with bounds [0, 2] can take on 3 possible values: 0, 1, 2.

Changed:

  • Renamed parameter names starting with 'tr' to 'ref', for better consistency with the literature.