Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ enable
Method
enable
gecode/kernel/core.hpp:3523–3527 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3521
}
3522
3523
forceinline void
3524
Propagator::enable(Space& home) {
3525
(void) home;
3526
gpi_disabled = Support::funmark(gpi_disabled);
3527
}
3528
3529
forceinline Kernel::GPI::Info&
3530
Propagator::gpi(void) {
Callers
nothing calls this directly
Calls
1
funmark
Function · 0.85
Tested by
no test coverage detected