Home
last modified time | relevance | path

Searched refs:get_inner_problem (Results 1 – 11 of 11) sorted by relevance

/dports/science/pagmo2/pagmo2-2.18.0/include/pagmo/problems/
H A Ddecompose.hpp190 const problem &get_inner_problem() const;
207 problem &get_inner_problem();
H A Dunconstrain.hpp137 const problem &get_inner_problem() const;
154 problem &get_inner_problem();
H A Dtranslate.hpp164 const problem &get_inner_problem() const;
181 problem &get_inner_problem();
/dports/science/pagmo2/pagmo2-2.18.0/src/problems/
H A Ddecompose.cpp278 const problem &decompose::get_inner_problem() const in get_inner_problem() function in pagmo::decompose
283 problem &decompose::get_inner_problem() in get_inner_problem() function in pagmo::decompose
H A Dtranslate.cpp397 const problem &translate::get_inner_problem() const in get_inner_problem() function in pagmo::translate
402 problem &translate::get_inner_problem() in get_inner_problem() function in pagmo::translate
H A Dunconstrain.cpp272 const problem &unconstrain::get_inner_problem() const in get_inner_problem() function in pagmo::unconstrain
277 problem &unconstrain::get_inner_problem() in get_inner_problem() function in pagmo::unconstrain
/dports/science/py-pygmo2/pygmo2-2.18.0/pygmo/
H A Dexpose_problems_1.cpp59 …"inner_problem", [](pagmo::translate &udp) -> pagmo::problem & { return udp.get_inner_problem(); }, in expose_problems_1()
117 …nner_problem", [](pagmo::unconstrain &udp) -> pagmo::problem & { return udp.get_inner_problem(); }, in expose_problems_1()
H A Dexpose_problems_0.cpp143 …"inner_problem", [](pagmo::decompose &udp) -> pagmo::problem & { return udp.get_inner_problem(); }, in expose_problems_0()
/dports/science/pagmo2/pagmo2-2.18.0/tests/
H A Dtranslate.cpp205 … BOOST_CHECK(std::is_const<std::remove_reference<decltype(udp.get_inner_problem())>::type>::value); in BOOST_AUTO_TEST_CASE()
210 …BOOST_CHECK(!std::is_const<std::remove_reference<decltype(udp.get_inner_problem())>::type>::value); in BOOST_AUTO_TEST_CASE()
H A Dunconstrain.cpp264 … BOOST_CHECK(std::is_const<std::remove_reference<decltype(udp.get_inner_problem())>::type>::value); in BOOST_AUTO_TEST_CASE()
269 …BOOST_CHECK(!std::is_const<std::remove_reference<decltype(udp.get_inner_problem())>::type>::value); in BOOST_AUTO_TEST_CASE()
H A Ddecompose.cpp280 … BOOST_CHECK(std::is_const<std::remove_reference<decltype(udp.get_inner_problem())>::type>::value); in BOOST_AUTO_TEST_CASE()
285 …BOOST_CHECK(!std::is_const<std::remove_reference<decltype(udp.get_inner_problem())>::type>::value); in BOOST_AUTO_TEST_CASE()