kiwi.h 601 B

12345678910111213141516171819
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) 2013-2017, Nucleic Development Team.
  3. |
  4. | Distributed under the terms of the Modified BSD License.
  5. |
  6. | The full license is in the file LICENSE, distributed with this software.
  7. |----------------------------------------------------------------------------*/
  8. #pragma once
  9. #include "constraint.h"
  10. #include "debug.h"
  11. #include "errors.h"
  12. #include "expression.h"
  13. #include "shareddata.h"
  14. #include "solver.h"
  15. #include "strength.h"
  16. #include "symbolics.h"
  17. #include "term.h"
  18. #include "variable.h"
  19. #include "version.h"