Skip to content

Commit

Permalink
Merge pull request #577 from jschueller/iv
Browse files Browse the repository at this point in the history
problem: Mention integer/continuous variables order
  • Loading branch information
bluescarni committed Jul 29, 2024
2 parents a78aac1 + 9295d92 commit f2453b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/pagmo/problem.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1324,6 +1324,7 @@ class PAGMO_DLL_PUBLIC problem
* This method will return \f$ n_{ix} \f$, the dimension of the integer part of the problem.
* If the UDP satisfies pagmo::has_integer_part, then the output of
* its <tt>%get_nix()</tt> method will be returned. Otherwise, this method will return 0.
* Note that integer variables must be appended after continuous variables in the decision vector \f$ x \f$.
*
* @return \f$ n_{ix}\f$, the integer dimension of the problem.
*/
Expand Down

0 comments on commit f2453b6

Please sign in to comment.