Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ expr
Function
expr
gecode/minimodel/float-expr.cpp:555–562 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
553
}
554
555
FloatVar
556
expr(Home home, const LinFloatExpr& e) {
557
PostInfo pi(home);
558
if (!home.failed())
559
return e.post(home);
560
FloatVar x(home,Float::Limits::min,Float::Limits::max);
561
return x;
562
}
563
564
}
565
Callers
nothing calls this directly
Calls
2
failed
Method · 0.45
post
Method · 0.45
Tested by
no test coverage detected