AIToolbox
A library that offers tools for AI problem solving.
|
Go to the documentation of this file. 1 #ifndef AI_TOOLBOX_LP_HEADER_FILE
2 #define AI_TOOLBOX_LP_HEADER_FILE
27 std::unique_ptr<LP_impl> pimpl_;
62 Eigen::Map<Vector>
row;
133 std::optional<Vector>
solve(
size_t variables,
double * objective =
nullptr);