MCPcopy Create free account
hub / github.com/cvanaret/Uno / Direction

Method Direction

uno/optimization/Direction.hpp:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 public:
15 Direction(size_t number_variables, size_t number_constraints);
16 Direction() = default;
17
18 size_t number_variables{};
19 size_t number_constraints{};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected