Commit 3833085
Add addExprNonlinear (#760)
* Add addExprNonlinear
* Add test addExprNonlinear
* Update CHANGELOG
* Add TODO
* EVENTTYPE Overhaul
* Directly use SCIP macros instead of their value
* Update CHANGELOG
* Update CHANGELOG
* Add NODEDELETE to scip.pxi
* Add test prototype for events
* Add more SCIP events
* Add all event types as of SCIP 8
* Add test for event identification
* Update CHANGELOG
* Add method for getting Event names
* Add ability to print stage name as string. Add test.
* Update CHANGELOG
* Add __str__ to Event class
* Update src/pyscipopt/scip.pxi
Co-authored-by: Mohammed Ghannam <mohammad.m.ghannam@gmail.com>
* Add function getconshdlrname
* Remove commented code
* Update version
* Rename
* Add check to test_cons
* Change assert to SOS2
* Update INSTALL.md
* Change manylinux
Co-authored-by: Mohammed Ghannam <mohammad.m.ghannam@gmail.com>
* Update CHANGELOG.md
* Update CHANGELOG.md
* Fix outdated time.clock
* Update README
* Update CHANGELOG
---------
Co-authored-by: Mohammed Ghannam <mohammad.m.ghannam@gmail.com>
Co-authored-by: Mark Turner <turner@zib.de>
Co-authored-by: Mark Turner <64978342+Opt-Mucca@users.noreply.github.com>1 parent 5a166be commit 3833085
3 files changed
+40
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2365 | 2365 | | |
2366 | 2366 | | |
2367 | 2367 | | |
| 2368 | + | |
2368 | 2369 | | |
2369 | 2370 | | |
2370 | 2371 | | |
| |||
2489 | 2490 | | |
2490 | 2491 | | |
2491 | 2492 | | |
| 2493 | + | |
| 2494 | + | |
| 2495 | + | |
| 2496 | + | |
| 2497 | + | |
| 2498 | + | |
| 2499 | + | |
| 2500 | + | |
| 2501 | + | |
| 2502 | + | |
| 2503 | + | |
| 2504 | + | |
| 2505 | + | |
| 2506 | + | |
| 2507 | + | |
| 2508 | + | |
| 2509 | + | |
| 2510 | + | |
2492 | 2511 | | |
2493 | 2512 | | |
2494 | 2513 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
0 commit comments