query the domain from an IntVar in Python/Java/C# + tests; small speedup of sat reversible data structures

This commit is contained in:
Laurent Perron
2020-01-24 12:20:08 -08:00
parent 5d1f5cb908
commit 6d61ac1cb0
12 changed files with 71 additions and 8 deletions

View File

@@ -40,6 +40,10 @@
%rename (buildComplementOnInterval) operations_research::SortedDisjointIntervalList::BuildComplementOnInterval;
%rename (toString) operations_research::SortedDisjointIntervalList::DebugString;
SWIG_JAVABODY_PROXY(/*PTRCTOR_VISIBILITY=*/public,
/*CPTR_VISIBILITY=*/protected,
/*TYPE...=*/SWIGTYPE)
// Wrap the domain class here.
%unignore operations_research::Domain;
%unignore operations_research::Domain::Domain;