| 726 | } |
| 727 | |
| 728 | NLR::NetworkLevelReasoner *InputQuery::getNetworkLevelReasoner() const |
| 729 | { |
| 730 | return _networkLevelReasoner; |
| 731 | } |
| 732 | |
| 733 | bool InputQuery::constructNetworkLevelReasoner( List<Equation> &unhandledEquations, |
| 734 | Set<unsigned> &varsInUnhandledConstraints ) |
no outgoing calls