Skip to content

Commit f2453b6

Browse files
authored
Merge pull request #577 from jschueller/iv
problem: Mention integer/continuous variables order
2 parents a78aac1 + 9295d92 commit f2453b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/pagmo/problem.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1324,6 +1324,7 @@ class PAGMO_DLL_PUBLIC problem
13241324
* This method will return \f$ n_{ix} \f$, the dimension of the integer part of the problem.
13251325
* If the UDP satisfies pagmo::has_integer_part, then the output of
13261326
* its <tt>%get_nix()</tt> method will be returned. Otherwise, this method will return 0.
1327+
* Note that integer variables must be appended after continuous variables in the decision vector \f$ x \f$.
13271328
*
13281329
* @return \f$ n_{ix}\f$, the integer dimension of the problem.
13291330
*/

0 commit comments

Comments
 (0)