Skip to content
This repository has been archived by the owner on Apr 23, 2019. It is now read-only.
Stefan Vigerske edited this page Apr 23, 2019 · 2 revisions

Getting Cgc

  • Cgc can most readily be obtained from the GitHub repository using git:

    git clone https://github.com/coin-or/Cgc.git
    
  • Binary distributions and visual studio projects are coming soon.

Examples

Tests

  • There are many unit tests which exercise the library. Run make in the test directory, and run the unitTest. The last line should say PASSED

  • The unit test code can be another source of information for finding out how to use a specific feature of Cgc.