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.
1 parent 475b4b9 commit af754e0Copy full SHA for af754e0
ext/or-tools/constraint.cpp
@@ -70,6 +70,7 @@ namespace Rice::detail
70
void init_constraint(Rice::Module& m) {
71
Rice::define_class_under<Domain>(m, "Domain")
72
.define_constructor(Rice::Constructor<Domain, int64_t, int64_t>())
73
+ .define_function("from_values", &Domain::FromValues)
74
.define_method("min", &Domain::Min)
75
.define_method("max", &Domain::Max);
76
0 commit comments