Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
topupopt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pmag
topupopt
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
51dbeaafbbdcb6c7e039e9405d4f4e163149da4f
Select Git revision
Branches
1
master
default
protected
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
5
Oct
15
Aug
7
6
4
2
1
28
Jul
27
26
23
22
3
Jun
2
1
30
May
23
15
12
8
6
30
Apr
28
26
25
22
16
17
Mar
13
10
8
19
Feb
14
13
Dec
11
10
9
8
7
4
4
Nov
19
Oct
Merge branch 'nonconvpric' into 'master'
master
master
Revised the method to reset node types.
Fixed bug concerning the identification of nodes.
Added support for convex and nonconvex price functions using the lambda formulation, now also without blocks. Tests were slightly adjusted too.
Added support for convex and nonconvex price functions using the lambda formulation, for now only using blocks. Tests were slightly adjusted too.
Added support for convex and nonconvex price functions using the delta formulation, with and without blocks. Revised the tests too.
Added support for convex price functions using the delta formulation and blocks. Tests were revised too.
Revised the use of arc groups, particularly with SOS, and the respective tests.
Revised tests using SOS.
Revised the solver interface tests. Started to parameterise the main problem tests.
Changed SOS declaration to use rule instead of sets.
Added SOS tests. Made segment variables disappear for convex price functions.
Both ways of using price functions are implemented and tested.
Implemented the price functions using a block component.
Made add_node and add_nodes_from methods identical to those of networkx.
Revised Network class. Adding nodes is now more like in the Networkx graph classes.
Non-hybrid networks now have their nodes set up accordingly.
Fix absence of init blocks.
New root commit.
Merge branch 'stats' into 'master'
Added support for non-convex functions.
Module for node prices. Added support for non-convex functions. Added some tests.
Separated network restrictions from the main model module. Tests work. Started to work on converters and prices but did not test.
Limitations to the number of incoming and outgoing directed arcs are now equivalent. Revised the way to declare network objects.
Revised profile generation methods.
Created new methods for problem statistics.
Added new method for generating state-correlated profiles.
Added method to check for overlapping segments.
Fixed static loss test bug.
Added a method for creating edge geometries.
Added option to preserve edges in the simplify network method.
Corrected the simplify network method. Added tests too.
Finished consecutive_qpk method and added respetive tests.
Started revising analysis methods.
Merge branch 'peaktotal' into 'master'
Merge branch 'master' into 'peaktotal'
Minor edits.
Adds tests for limiting the number of incoming directed arcs.
Reivsed PT simplification. Solver issues pending.
Updated tests for problem module.
Loading