SOL icon indicating copy to clipboard operation
SOL copied to clipboard

SOL: SDN optimization layer. A framework for writing network optimization problems more easily.

Results 5 SOL issues
Sort by recently updated
recently updated
newest added

I can not run examles in oldexamples dir. some files is missing. Can you update the latest version of SOL? thanks a lot

Gurobi binaries & licensing (one per machine) make it somewhat difficult to setup CI on travis. Need to figure out a way to run integration tests.

Travis config is there, but commented out. Need to sit down and fix code formatting to make it pass; re-enable flake8 on travis.

high effort

Current documentation is a little difficult to read. A more step-by-step guide would be much useful. This will also help us uncover usability issues.

usability

Dear Sir, I have installed SOL successfully. But when I'm trying to test a simple example: from sol.topology.generators import chain_topology t = chain_topology(5) list(t.nodes()) # topology nodes I have got...