Submit your ideas to help us improve AIMMS products
GitHub - ChemEngAI/ReLU_ANN_MILP: With this package, you can generate mixed-integer linear programming (MIP) models of trained artificial neural networks (ANNs) using the rectified linear unit (ReLU) activation function. At the moment, only TensorFlow sequential models are supported. Interfaces to either the Pyomo or Gurobi modeling environments are offered.
Many customers have desks with multiple screens, which I would like to make use of in my WebUI applications. For example, I can imagine a setup with one high-level Gantt Chart window and one Detailed/Breakdown window on a separate screen. Clicking on Gantt Chart tasks could then update the Detailed window. What do you think of this set-up? How should procedures as webui::OpenPage and webui::OpenSidePanel behave? (right now, running webui::OpenPage changes the pages in all open browser windows.)
I have the need to label the nodes on my map. Currently, the "tool tip" is the text and it pops up on hover. But I need all those labels to be there on the map all the time. And the labels that CAN be turned off and on are for the arcs. I need labels on the nodes. For example - in Houston, we may have Depot 1 at 610 and I10 and Customer 7 at 45 and BW8. Even if the lat/longs are there, it still is quite valuable to have "Depot 1" and "Customer 7" on the map all the time - not just on hover. Can this be done? And how? Thanks!
Would be great to have a way to create bookmarks using keywords. E.g. Writing something like !@TODO to automatically create them under the TODO bookmark section, but I guess we right now we have to right-click and create them each manually?
The table properties window on data pages in the developer version is small and the size not adjustable, this is annoying in many cases. Can the window be made resizable?
Right now you cannot have both the model debugger and model profiler active that the same time. However this can be very useful for development Especially when testing complex database read/write strauctures
A recent map widget feature got us wondering with AIMMS User support, if AIMMS community would be benefit from a help-in-product feature. This feature would directly link widget options in WebUI to its corresponding documentation, through a tooltip (for example) “As a developer, and end user (role) I need the easiest accessible docs (functionality) , so I can develop much faster, and/or use the full scope of AIMMS widgets (goal) .” It could look like what we do see in Gitlab, for instance: This would also help us to be more consistent in our documentation generation at AIMMS. Please tell us what you think, and also suggest what would be your dream ! Would this feature make your life easier ? If yes, how much ?.. :)
An AIMMS partner was interested in such a feature. And we wanted to hear from the community! Current possibilities: we can create a link to the latest home, and we can create a link to a specific page using the version number.End goal: to create a hiperlink to a specific page and also to the 'latest' version. What do you think?
While converting a WinUI to a WebUI I have run into a line graph with an area shaded. That's a nice little option in WinUI, however if it's available in WebUI at this point I can't find it. Is it available? And if not, do you have a recommended workaround in the meantime? Thanks!
Hi, I have a line chart in where we show stock levels per day. For example for a period of 3 months ( 90 days, in a widget with column width 7. However, in the WebUI, the labels on the x-axis are empty: Toggle full-screen gives the following result: So I was thinking, let’s use a elementtextidentifier to only show a few of the items to make it less crowded. I created a string parameter for the set on the x-axis and only filled the first day of the week. However, all the empty values where filled with the original values. Therefore I added empty strings (“ “) to the rest of the days in a week. Which works in the “full screen mode” but not on the original page: Full screen: On the original page I would like to show the same layout as in the last full-screen screen, is this possible?
I'm requesting a secondary axis on the line chart. Here is why: We have encountered a number of situations where we want to put two different types of data in one linechart. It is desired to combine the two types of data to see how they interact, but often they have a different scale or unit of measurement. For example, the image below shows some value and is cumulative. If we show the true cumulative (which runs from 0 to 100), the light blue curve would look like a flat line close to 0. As a work around we re-scale the cumulative value to create a nice picture, but now the y-axis makes no sense for the dark blue line. Although we can clarify much via tooltips, it’s not ideal. Therefore, having a secondary axis would be a great solution. Light blue some value, Dark blue the cumulative of the value
To be able to clarify the user what is being displayed in the line chart, I would like to display a legend within the line chart. Something like this: Be able to put a legend in the line chart widgetNote: I realize this post is similar to: https://community.aimms.com/aimms-developer-12/how-can-i-show-the-legend-on-a-webui-linechart-263 . But in that post, the solution suggested is to create a separate legend widget and style it through css. We choose not to apply that solution/work-around, because is will clutter the look and feel of the page too much.
We would like to put a label on the y-axis of a line chart to let the user know what he/she is looking at. A name and unit of measurement on the y-axis is at least good practice, but perhaps even a must have. As far as I can see this is not possible yet. Am I missing something? If it's not possible, then please consider this as a feature request.
As a Researcher (role) I need the ability to connect SCIP one of the fastest non-commercial solvers for mixed integer programming (MIP) to AIMMS Developer (functionality). SCIP Optimization Suite is a state-of-art non commercial solver for different MIP and LP problems.For more information please refere to the official website and scientific papers.SCIP (scipopt.org)https://doi.org/10.1287/ijoc.2021.1087SCIP-Jack: A Solver for Steiner Tree Problems in Graphs and their Relatives (zib.de)
This doesn’t work at the moment and would make my life easier.
Could it be possible to auto-expand the secondary page actions, preferably without the 'hamburger' menu, if it is just 2 secondary actions? A bit more background on why we would want this: When redesigning an app, we found that we would like to have 3 actions on all pages (Optimize, save and help), of which I agree that one should be the 'primary' action, the most visible and easy to go to action (for us 'Optimize'). But the 'save' action is also very important and because we also have the 'help' action, this disappears behind the 'hamburger' menu. But when it is just 2 extra actions, I don't think it would be too much on the page (with 5 actions or so, I would argue that it is too much). It would then look something like this:
I’m looking for a widget in where you can change text sizes / colors etc. The text widget is perfect for doing this. However, when the application is opened via PRO, the user is not able to change anything in this widget. So I tried a scalar widget, there it is possible to change the text but the styling of the widget is fixed. I would be happy if; It is possible to change the styling of the scalar widget it is possible to change the text widget in the pro environment The reason for this request is that the customer is showing the tool during a meeting and he wants to add key notes to the pages.
On behalf of a customer, I'd like to request for Mekko charts.A Mekko Chart shows the relative importance of items by both height and width. See the following example: Here you can directly see:Three different products Horizontal: the cost Vertical: the nr of items per product Area: Total cost per product.Perhaps it can be incorporated in the work on Highcharts? See https://www.highcharts.com/demo/variwide
Hi AIMMSians, The last update on academic license delivery came with great features. However, I started to have some problems with the Internet connectivity condition. My runs usually take few hours, sometimes even a day. During these long runs, sometimes my internet connection drops for a minute, cause I have a weak wifi. If this happens when the solves is finished, I can see the error window and click on reconnect. But, when it is solving, then AIMMS just halts at the middle of the solve and exits without asking. This issue was dragging my work and my colleagues for the past two weeks. I understand that you would like to tighten your academic license policy, but I suggest to keep the internet connection requirement to a longer frequency (e.g. weekly). Please let me know if there is an other idea or workaround to resolve this issue.
Hello Comunity! I’d like to show additional information to a button, like what to expect by clicking on it. Is it possible? I’ve tried to use a sting paramter for the button’t title, and to connect a tooltip to that, but it didn’t worked. Tried with simple text and in HTML format too. Thanks, Bogi
I would like to be able to make larger dialog pages than is currently possible in the AIMMS WebUI. One use case as an example: Currently I'm working on Schedule Compare functionality, that (ideally) would be an overlay screen on top of the current Gantt Chart page. The overlay would then contain 2 Gantt Charts (before and after, so to say). Unfortunately the largest available dialog page is too small to properly show 2 Gantt Charts.
Already have an account? Login
Please use your business or academic e-mail address to register
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes.
OKSorry, our virus scanner detected that this file isn't safe to download.
OKDidn't find what you were looking for? Try searching on our documentation pages: