We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a78aac1 + 9295d92 commit f2453b6Copy full SHA for f2453b6
include/pagmo/problem.hpp
@@ -1324,6 +1324,7 @@ class PAGMO_DLL_PUBLIC problem
1324
* This method will return \f$ n_{ix} \f$, the dimension of the integer part of the problem.
1325
* If the UDP satisfies pagmo::has_integer_part, then the output of
1326
* 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$.
1328
*
1329
* @return \f$ n_{ix}\f$, the integer dimension of the problem.
1330
*/
0 commit comments